export declare function convertStringDateToEpoch(stringDate?: string): number | undefined; export declare const sleep: (ms: number) => Promise;