import type { Config } from '../config.js'; import type { ToolDefinition } from '../types/tool.js'; export declare const getTools: (config: Config) => ToolDefinition[];