import { CallToolResult } from '@modelcontextprotocol/sdk/types.js';
import { type GetTransactionsArgs, type ToolInput } from '../../types.js';
export declare const schema: {
    name: string;
    description: string;
    inputSchema: ToolInput;
};
export declare function handler(args: GetTransactionsArgs): Promise<CallToolResult>;
//# sourceMappingURL=index.d.ts.map