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