export declare const isNumber: (value: any) => value is number; export declare const isNumeric: (value: any) => boolean;