import type { GroupSpending } from './types.js';
export declare class SpendingByCategoryReportGenerator {
    generate(sortedGroups: GroupSpending[], period: {
        start: string;
        end: string;
    }, accountLabel: string, includeIncome: boolean): string;
}
//# sourceMappingURL=report-generator.d.ts.map