import { type MetaData } from "@metaobjectsdev/metadata"; /** * Render the full response-format fragment file for one responding * `template.prompt`. Throws if the template isn't found, isn't a template.prompt, * or its @responseRef is missing / doesn't resolve to an object.value. * * ADR-0052: the fragment describes the shape named by `@responseRef` — the reply — * not `@payloadRef`, which is the request this prompt renders outbound. */ export declare function renderOutputPrompt(root: MetaData, templateName: string): string; //# sourceMappingURL=output-prompt.d.ts.map