import type { BuiltinAgentName } from "../types/agent"; import type { PromptMeta } from "./prompt-meta"; export declare const PROMPT_REGISTRY: Record; export declare function getPromptVersion(agentName: BuiltinAgentName): string;