/**
 * @file 用于实现省市区名称的别名映射
 * @author liudan21@baidu.com
 */
export declare const PROVINCE_NAME_MAP_Alias: {
    [key: string]: string;
};
export declare const CHINA_CITY_MAP_NAME_Alias: {
    [key: string]: string;
};
export declare const COUNTY_LEVEL_CITY_MAP_NAME_Alias: {
    [key: string]: any;
};
export declare const CHINA_MAP_NAME_ALIAS: {
    [key: string]: string;
};
export declare const CITY_MAP_NAME_ALIAS: {
    [key: string]: string;
};
export declare function getMapName(mapName: string): string;
