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