import { type MetaData } from "@metaobjectsdev/metadata"; import type { RenderContext } from "../render-context.js"; /** * Render the full response-parser 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 shape parsed INTO is `@responseRef`, not `@payloadRef` — * `@payloadRef` types the REQUEST rendered outbound, which is the distinction the * trace helper has always drawn ("@responseRef types the result; @payloadRef types * the request") and the inbound tier used to ignore. */ export declare function renderOutputParser(root: MetaData, templateName: string, ctx?: RenderContext): string; //# sourceMappingURL=output-parser.d.ts.map