import { District } from '../model/District'; export interface DistrictsClient { searchUsaDistricts(state: string, query: string): Promise; }