/** * Resolve the identity carried by a normalized UI tool part. * * Static tools derive their name from `tool-` while dynamic and replay * tool parts carry an explicit `toolName`. */ export declare function getHostedChatUiToolIdentity(part: unknown): { toolCallId: string; toolName: string; } | null; //# sourceMappingURL=chat-request-tool-part.d.ts.map