declare class Product {
    productId: string;
    wagePrice?: number;
}
export declare class MakerBrandProductDto {
    mappings: Product[];
}
export {};
