type Callback = () => Promise; export declare function subscribe(callback: Callback, timeout?: number): void; export {}; //# sourceMappingURL=flusher.d.ts.map