import { type MetaData } from "@metaobjectsdev/metadata"; import { type Provider } from "@metaobjectsdev/render"; /** * Render the per-template render-helper source for one `template.output`, AND * run the build-time drift gate first. Throws if: the template isn't found / * isn't a template.output; @payloadRef is missing or doesn't resolve to an * object.value; a required ref for the kind is missing; or ANY referenced * mustache drifts from the payload VO (the headline build gate). * * @param provider the codegen-time provider (e.g. projectProvider(projectRoot)) * used to resolve + verify each referenced mustache at build time. */ export declare function renderRenderHelper(root: MetaData, templateName: string, provider: Provider): string; //# sourceMappingURL=render-helper.d.ts.map