export declare class WorkTitleModel { miloCode: string; completeTitle: string; titleVO: string; title: string; yearOfProduction: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): WorkTitleModel[]; }