import { type FrictionTriageDecision } from "audit-tools/shared"; import type { AnalyzerPlanEntry } from "../extractors/analyzers/types.js"; export declare function renderAnalyzerConsentPrompt(params: { pending: Array<{ id: string; runner: string; spec: string; purpose?: string; safetyProfile: { config_execution: string; network_egress: boolean; version_pinning: string; }; }>; decisionsPath: string; continueCommand: string; }): string; export declare function nextStepCommand(root: string, artifactsDir: string): string; export declare function renderEdgeReasoningDispatchPrompt(params: { promptPath: string; resultsPath: string; continueCommand: string; contentHash: string; candidateCount: number; }): string; export declare function renderPresentReportPrompt(finalReportPath: string, triage?: FrictionTriageDecision): string; export declare function renderAnalyzerInstallPrompt(params: { unresolved: AnalyzerPlanEntry[]; decisionsPath: string; continueCommand: string; }): string; //# sourceMappingURL=prompts.d.ts.map