import type { SecurityPattern } from '../types/index.js'; export declare const DEFAULT_PATTERNS: SecurityPattern[]; /** * Look up a pattern by its ID. */ export declare function getPatternById(id: string): SecurityPattern | undefined; //# sourceMappingURL=patterns.d.ts.map