interface GetTransactionsSmartArgs { accountReference: string; mode?: 'snapshot' | 'date_range'; startDate?: string; endDate?: string; pageToken?: string; pageSize?: number; responseFormat?: 'concise' | 'detailed' | 'raw_json'; } export declare function getTransactionsSmartTool(args: GetTransactionsSmartArgs): Promise<{ content: { type: string; text: any; }[]; }>; export {}; //# sourceMappingURL=get-transactions-smart.d.ts.map