declare class MakerBrand {
    makerBrandId: number;
    wagePrice?: number;
}
export declare class ProductMakerBrandDto {
    mappings: MakerBrand[];
}
export {};
