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; }