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