interface GetSpendingBreakdownArgs { startDate: string; endDate: string; accountIds?: string[]; groupBy?: 'category' | 'merchant'; includeTransfers?: boolean; topN?: number; budgets?: Record; } export declare function getSpendingBreakdownTool(args: GetSpendingBreakdownArgs): Promise<{ content: { type: string; text: any; }[]; }>; export {}; //# sourceMappingURL=get-spending-breakdown.d.ts.map