import { Invoice } from '../../types/invoice.types';
export declare class FooterSection {
    private doc;
    private currentY;
    private pageHeight;
    private footerY;
    constructor(doc: PDFKit.PDFDocument, currentY: number);
    /**
     * Wiederkehrender Footer
     * DIN 5008: Mindestens 15mm vom unteren Rand
     * Fixe Position am unteren Seitenrand
     */
    draw(invoice: Invoice): number;
    private drawFooterOnAllPages;
    private drawFooterOnPage;
}
//# sourceMappingURL=footer-section.d.ts.map