/**
 * Builds a TEAM tool name from a teammate agent URL.
 *
 * @private utility of chat components
 */
export declare function createTeamToolNameFromUrl(url: string): string;
/**
 * Checks whether a tool name belongs to a TEAM tool.
 *
 * @private utility of chat components
 */
export declare function isTeamToolName(name: string): boolean;
