import type { PromptContext } from '../types'; /** * Renders the Root Cause & Guardrail section. * Always-on by default (hasRootCauseGuardrail defaults to true). */ export declare function renderRootCauseGuardrail(ctx: PromptContext): string; //# sourceMappingURL=rootCauseGuardrail.d.ts.map