import { BoxSetItemModel } from './box-set-item.model'; export declare class ProductBoxSetModel { id: number; boxSetItem: BoxSetItemModel; uuid: string; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=product-box-set.model.d.ts.map