import { PromptTemplate } from "./types";
export declare const DEFAULT_PROMPT_TEMPLATES: Record<string, PromptTemplate>;
export declare const getContactInstructions: (methods: any[]) => string;
