import { BasicModel } from '../basic.model'; export declare class ContractWork2Model { id: number; selected: any; workCodeMilo: string; miloCode: string; title: string; titleVO: string; titleWork: string; yearOfProduction: string; workYearProductLabel: string; action: string; contractId: number; workRefId: number; idWork: number; financialAmount: number; checked: boolean; included: BasicModel[]; excluded: BasicModel[]; constructor(); getAllIdExcluded(): number[]; fromJSON(json: any): this; } //# sourceMappingURL=contract-work2.model.d.ts.map