import type { AgingReport } from './aging-analysis.service';
export declare class AgingReportPdfService {
    build(report: AgingReport): Promise<Buffer>;
    private addHeader;
    private addStatCards;
    private addSectionTitle;
    private drawTable;
    private addFooters;
}
