declare function formatArrOne(testArray: Array, field: string): any[]; declare function parseQueryString(url?: string): any; declare function userAgent(): boolean; declare function DateFormat(date: object | any, fmt: string): string; declare function switchTime(timestamp: number, type?: boolean, str?: string): string; declare function formatId(arr: Array, id: number | string, idField?: string, nameField?: string): string; declare function switchTimestamp(time: any, flag?: boolean): number | ""; declare function parseData(str: string, defaultVal: any): any; declare function isMobile(v: string): boolean; declare function isEmail(v: string): boolean; declare function removeSpace(v: string): string; declare function isPositiveInteger(v: string): boolean; declare function isNumber2(v: string): boolean; declare function isPositiveIntegerAnd0(v: string): boolean; declare function isPositiveIntegerAnd0With2Decimal(v: string): boolean; declare function isPositiveNumberWith2Decimal(v: string): boolean; declare function isPositiveNumber(v: string): boolean; declare function transformNumber(n: any): boolean; declare function calcTotal(arr: any): number; declare function calcDiff(arr: any): number; declare function calcTimes(arr: any): number; declare function calcDiv(arr: any): number; declare function calcRound(n: any, n1: number): any; declare const _default: { formatArrOne: typeof formatArrOne; parseQueryString: typeof parseQueryString; userAgent: typeof userAgent; DateFormat: typeof DateFormat; switchTime: typeof switchTime; formatId: typeof formatId; switchTimestamp: typeof switchTimestamp; parseData: typeof parseData; isMobile: typeof isMobile; isEmail: typeof isEmail; removeSpace: typeof removeSpace; isPositiveInteger: typeof isPositiveInteger; isNumber2: typeof isNumber2; isPositiveIntegerAnd0: typeof isPositiveIntegerAnd0; isPositiveIntegerAnd0With2Decimal: typeof isPositiveIntegerAnd0With2Decimal; isPositiveNumberWith2Decimal: typeof isPositiveNumberWith2Decimal; isPositiveNumber: typeof isPositiveNumber; transformNumber: typeof transformNumber; calcTotal: typeof calcTotal; calcDiff: typeof calcDiff; calcTimes: typeof calcTimes; calcDiv: typeof calcDiv; calcRound: typeof calcRound; }; export default _default;