export declare function wait(timeout?: number): Promise; export declare function tick(): Promise; export declare function immediate(): Promise;