import type { Scanner } from '../../types.js'; /** * Stable rule families emitted by this scanner for the built-in rule catalog. * Findings carry dynamic ids (`audit-no-framework`, `audit-unlogged--`); * these are the FIXED families only — never the per-finding suffix. The ids here * match the stable id prefixes emitted in scan() below. */ export declare const AUDIT_RULES: ({ id: string; severity: "high"; title: string; description: string; recommendation: string; hipaaReference: string; } | { id: string; severity: "medium"; title: string; description: string; recommendation: string; hipaaReference: string; })[]; export declare const auditScanner: Scanner; //# sourceMappingURL=index.d.ts.map