export declare class UpdateProductDto { name?: string; canonicalName?: string; category?: string; subcategory?: string; categoryId?: number | null; }