export declare class ProductSupplierDto { sku: string; upc: string; description: string; id?: string; constructor(d?: ProductSupplierDto); }