import { type IAdjustmentCreditNotePDF } from '../../types/index.js';
export declare class AdjustmentCreditNotePDF {
    readonly url: string;
    constructor(adjustment: IAdjustmentCreditNotePDF);
}
