import type { string_agent_name } from '../../types/string_agent_name'; import type { string_book } from './string_book'; /** * Creates temporary default agent name based on agent source hash * * @public exported from `@promptbook/core` */ export declare function createDefaultAgentName(agentSource: string_book): string_agent_name;