import { PromptTemplateDefinition } from "./types.js";
export declare const PROMPT_TEMPLATES: Record<string, PromptTemplateDefinition>;
