export declare class AsyncInitializer { private promise; private factory; constructor(factory: () => Promise); get(): Promise; }