import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare const neoTool: { definition: Tool; handler: (args: Record) => Promise; }; //# sourceMappingURL=neo.tool.d.ts.map