import type { ToolRegistration } from '../types.js'; export { MCP_DOCS_CATALOG } from './docs-catalog/index.js'; export declare function createDocsTool(tools: readonly ToolRegistration[]): ToolRegistration; //# sourceMappingURL=docs.d.ts.map