export declare function timeout(ms: any): Promise; export declare function sleepAndCallFunc({ fn, ms, }: { fn: () => Promise; ms: number; }): Promise;