export declare class WorkYearProductionModel { id: number; label: string; constructor(); fromJSON(json: any): this; }