export declare const minWait: (mintime: number) => () => Promise; export declare const wait: (time: number) => Promise;