export declare class AsyncResolver { private static tasks; static addTask(task: Promise): void; static resolveAll(): Promise; }