export declare class ProductBarCodeDto { barcodeType: string | undefined; barcodeSubtype: string; barcodeExpression: string; id?: string; constructor(d?: ProductBarCodeDto); }