export declare class AllRegister {
    private static _started;
    static run(): Promise<void>;
}
