/** Prefix used for the delegate tool exposed to the coordinator agent. */ export declare const AGENT_DELEGATE_TOOL_PREFIX = "agent_"; /** Whether a delegate id produces a provider-safe `agent_{id}` tool name. */ export declare function isProviderSafeDelegateId(delegateId: string): boolean; /** Normalize and validate the exact delegate ids declared by an agent. */ export declare function normalizeAgentDelegateIds(agentId: string, delegates: readonly string[] | undefined): string[] | undefined; //# sourceMappingURL=agent-delegation-names.d.ts.map