/** * ISL detect - threat detection (pure, deterministic) */ export { detectThreats, getDefaultThreatPatterns, THREAT_TYPES } from './detect.js'; export type { DetectThreatsOptions, ThreatType } from './detect.js'; //# sourceMappingURL=index.d.ts.map