/** * 判断字符串是否为数字 */ export declare function isNumeric(str: string): boolean;