interface GetCashFlowArgs { startDate: string; endDate: string; accountIds?: string[]; includeTransfers?: boolean; detailed?: boolean; } export declare function getCashFlowTool(args: GetCashFlowArgs): Promise<{ content: { type: string; text: string; }[]; }>; export {}; //# sourceMappingURL=get-cash-flow.d.ts.map