import { School } from '../model/School'; export interface SchoolsClient { searchUsaSchools(state: string, query: string): Promise; }