export declare class MergeProductsDto { sourceProductId: number; targetProductId: number; }