export declare const isNumber: (v: string | number) => boolean;
