type Thenable = { then: (callback: () => T) => unknown; }; export declare function flushMicroTasks(): Thenable; export {};