import type { PromptContext } from '../types'; /** * Renders the Intent Fidelity Checks section. * Only returns content if ctx.hasIntentFidelityChecks is true (currently Codex only). */ export declare function renderIntentFidelityChecks(ctx: PromptContext): string; //# sourceMappingURL=intentFidelityChecks.d.ts.map