export declare class AsyncCallbackSet { private callbacks; add(callback: () => Promise): void; runAll(): Promise; }