import type { CriticalFlowManifest } from "audit-tools/shared"; /** * Prompt for the critical-flow LLM fallback pass. The deterministic flow * inference marked itself below the confidence bar (no flows found, or some are * low-confidence), so the host reviews the repository's ACTUAL critical user / * system flows and returns an additive enrichment. It does not re-audit code or * invent findings — it authors the flow map the deterministic heuristics missed. */ export declare function renderCriticalFlowFallbackPrompt(manifest: CriticalFlowManifest): string; //# sourceMappingURL=criticalFlowFallbackPrompt.d.ts.map