import type { EndpointInfo, ExploreParams, ToolResult } from '../types.js'; declare const SEARCH_DESCRIPTION: string; declare function handleExplore(params?: Readonly): Promise; export { handleExplore, SEARCH_DESCRIPTION }; export type { EndpointInfo };