export declare const formatNow: () => string; export declare function fixUrlXPath(host: any, url: any): any; export declare const deleteKeysByPattern: (redis: any, pattern: string) => Promise; export declare function scrollCollection(col: any, where: any, batch: number, processItems: any): Promise; export declare function readableNumber(num: any): string; export declare function formatDate(date?: Date): string; export declare function sleep(time: any): Promise; //# sourceMappingURL=utils.d.ts.map