import { PromptTemplateContent } from "../types/resource-types.js";
export declare const PROMPT_TEMPLATE_CONTENT: PromptTemplateContent;
export declare function getPromptTemplateContent(): PromptTemplateContent;
