export declare function md5(data: string): string; export declare function callback2Promise(fn: (...params: Array) => void): (...rest: Array) => Promise; export declare function handleError(err: Error): void; export declare function makeMap(str: string | Array, expectsLowerCase?: boolean): (key: string) => true | void; export declare function delay(timeout: number): Promise; export declare const uniq: (arr: Array) => any[]; export declare function parseJson(obj: any): any; export declare function isPromise(p: any): boolean; //# sourceMappingURL=base.d.ts.map