import { type IAdjustmentTotalsBreakdown } from '../../types/index.js';
export declare class AdjustmentTotalsBreakdown {
    readonly credit: string;
    readonly refund: string;
    readonly chargeback: string;
    constructor(adjustmentTotalsBreakdown: IAdjustmentTotalsBreakdown);
}
