export declare class WorkTitleModel { miloCode: string; completeTitle: string; titleVO: string; title: string; yearOfProduction: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): WorkTitleModel[]; } //# sourceMappingURL=work-title.model.d.ts.map