/** * 判断是否是数字 */ export declare const isNumber: (value: any) => boolean;