declare function isNumeric(val: any): boolean;

export = isNumeric;
