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