import { Subject } from './model/Subject'; export declare class SubjectsConverter { static convert(response: any): Subject; }