import { ToolContext } from './types.js';
export declare const registerSearchDocsTool: ({ server, opts }: ToolContext) => void;
