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