export declare function formatEstimatedTime(value?: string | number): string; export declare const delay: (ms: number) => Promise;