export declare class GetTransactionsReportGenerator { generate(mappedTransactions: Array<{ id: string; date: string; payee: string; category: string; amount: string; notes: string; cleared: boolean; transferId: string; }>, filterDescription: string, filteredCount: number, totalCount: number): string; } //# sourceMappingURL=report-generator.d.ts.map