import type { ToolConfig } from './types.js';
export declare function defineTool<Args>(tool: ToolConfig<Args>): ToolConfig<Args>;
