/** * You can use this to wait on a deferred task * that's deferred through either a setTimeout(0) * or a created promise that's immediately resolved * on the next event queue. */ export declare function flushTimeout(): Promise; //# sourceMappingURL=tests.d.ts.map