export type { GuardRailConfig, TodaySnapshot } from "./guardrail.types.js"; /** Placeholder: wire risk-related bus handlers if needed. */ export declare function initRisk(_bus: { emit: (e: string, p?: unknown) => void; on: (e: string, h: (p?: unknown) => void) => void; }): void; //# sourceMappingURL=index.d.ts.map