import type { TemplateContext } from "../templating.js";
export declare function buildInboundMetaSystemPrompt(ctx: TemplateContext): string;
export declare function buildInboundUserContextPrefix(ctx: TemplateContext): string;
