import type { Severity, FixType } from '../../types.js'; interface PHIPattern { id: string; regex: RegExp; severity: Severity; title: string; description: string; recommendation: string; fixType?: FixType; } export declare const PHI_PATTERNS: PHIPattern[]; export {}; //# sourceMappingURL=patterns.d.ts.map