import { Invoice } from '../types/invoice.types';
/**
 * Lädt die zentrale Testdaten-JSON-Datei
 */
export declare function loadTestInvoice(): Invoice;
/**
 * Lädt die Testdaten und gibt sie als InvoiceData-Objekt zurück (für Tests)
 */
export declare function loadTestInvoiceData(): {
    invoices: Invoice[];
    extractionDate: string;
    invoiceCount: number;
    formatVersion: string;
    description: string;
};
//# sourceMappingURL=test-data.d.ts.map