export declare class AsyncConstructor {
    constructor(asyncConstructor: () => PromiseLike<void>);
}
