/** * Promise based wait wrapper for setTimeout */ export declare function wait(t: number): Promise;