export declare type NumberInput = string | number | null | undefined; export declare function isNumber(value: NumberInput): boolean;