export declare const AREA_MAP: {
    readonly MAINLAND: "mainland";
    readonly OVERSEAS: "overseas";
};
export declare const AREA_MAP_WITH_GLOBAL: {
    readonly MAINLAND: "mainland";
    readonly OVERSEAS: "overseas";
    readonly GLOBAL: "global";
};
