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