declare function _registerGroup(): void;
declare namespace _registerGroup {
    var __loaded: boolean;
}
export declare const registerGroup: typeof _registerGroup;
export {};
