export declare class ProductAttributeDto { value: string; type: string; name: string; reference?: string; id?: string; constructor(d?: ProductAttributeDto); }