import { District } from './model/District'; export declare class DistrictsConverter { static convert(response: any): District[]; }