import { ChatToolItem } from '../types'; export declare function getToolLabel(tool: ChatToolItem): string;