import { WorkMiloModel } from './referential/work-milo.model'; import { ProductModel } from './product.model'; export declare class ProductDivisionModel { id: number; productWork: WorkMiloModel; product: ProductModel; subProduct: ProductModel; codeSap: string; percentage: number; rowGrp: boolean; uuid: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): ProductDivisionModel[]; } //# sourceMappingURL=product-division.model.d.ts.map