import type { Tool } from './types.js'; export declare const ALL_TOOLS: Tool[]; export declare function getToolNames(): string[]; export declare function getToolByName(name: string): Tool | undefined; export type { Tool, ToolResult } from './types.js';