export declare class CreateUnitMappingDto { productId: number; originalUnit: string; preferredUnit: string; }