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