export declare function toMillisec(str: string): number | null; export declare function toTime(M: number, stringify?: boolean): string | { y: number; m: number; d: number; h: number; min: number; s: number; }; export declare function cleanDB(): Promise; //# sourceMappingURL=Utils.d.ts.map