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