import type { ProviderKind, SnapshotBundle } from "./snapshots.js"; export interface RiskHint { provider?: ProviderKind; severity: "info" | "warning" | "critical"; category: string; message: string; } export declare function evaluateRiskHints(_snapshots: SnapshotBundle): readonly RiskHint[]; //# sourceMappingURL=risk-engine.d.ts.map