import type { string_agent_name } from '../../types/string_agent_name'; /** * Normalizes agent name from arbitrary string to valid agent name * * Note: [🔂] This function is idempotent. * * @public exported from `@promptbook/core` */ export declare function normalizeAgentName(rawAgentName: string): string_agent_name;