/**
 * @module validator.number
 */
/**
 * @param arg argument will be tested if it is numeric or not.
 */
export declare function isNumeric(arg: number | string): boolean;
