declare const pyCity: {
    adcode: string;
    name: string;
    py: string;
}[];
export default pyCity;
