import type { Account } from '../../types.js';
import type { MonthBalance } from './balance-calculator.js';
export declare class BalanceHistoryReportGenerator {
    generate(account: Account | undefined, period: {
        start: string;
        end: string;
    }, sortedMonths: MonthBalance[]): string;
}
//# sourceMappingURL=report-generator.d.ts.map