export declare class ProductProcessingDenominationDto { id: string; fixedAmount: number; maxAmount: number; minAmount: number; isVariable: boolean; isRoundedValue: boolean; checkMinMax: boolean; constructor(d?: ProductProcessingDenominationDto); }