export declare function isNumericOnly(value: string | number): boolean; export declare function isHexValue(str: string): boolean;