import type { OutputFormatSpec } from "./output-format-spec.js"; import type { PromptOverrides } from "./prompt-overrides.js"; /** * Render an {@link OutputFormatSpec} into an output-format prompt fragment. The * effective style is the override's style if present, otherwise the spec's. */ export declare function renderOutputFormat(spec: OutputFormatSpec, overrides: PromptOverrides): string; //# sourceMappingURL=output-format-renderer.d.ts.map