export declare function getSemanticToolName(toolName: string): string; export declare function isMessagePollingIdleCommand(command: string): boolean; export declare function isPollMessageToolDescriptor(tool: Readonly>): boolean;