import { PromptTemplateDefinition } from "./types.js";
export declare const PROMPT_VARIABLES: Record<string, PromptTemplateDefinition>;
export type PromptVariable = keyof typeof PROMPT_VARIABLES;
