interface AgentGUIProviderIdentityPresentation { providerId: string; displayName: string; iconKey: string; targetId: string; } declare function resolveAgentGUIProviderIdentity(value: string | null | undefined): AgentGUIProviderIdentityPresentation | null; export { type AgentGUIProviderIdentityPresentation, resolveAgentGUIProviderIdentity };