interface Districts {
    [key: string]: string[];
}
declare const districts: Districts;
export default districts;
