import { ReferentielModel } from './referentiel.model'; export declare class BoxSetItemModel { id: number; support: ReferentielModel; ean: string; title: string; financialDistributionInitialized: boolean; idWorks: number[]; formattedEan: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=box-set-item.model.d.ts.map