export declare function sleep(wait?: number): Promise; export declare function race(pending: Promise, timeout?: number): Promise>;