export declare type District_List = { /** * The short identifier for the district. */ abbreviation: string; /** * The long name for the district. */ display_name: string; /** * Key for this district, e.g. `2016ne`. */ key: string; /** * Year this district participated. */ year: number; };