export declare function isValidIntegerString(str: string): boolean; export declare function isValidDecimalString(str: string): boolean; export declare function isExponentDecString(str: string): boolean; export declare function exponentDecStringToDecString(str: string): string;