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