export declare function getSemanticToolName(toolName: string): string; export declare function isMcpPollingToolName(toolName: string): boolean; export declare function isMcpBlockingToolName(toolName: string): boolean;