/** * Duplicate detection exports */ export * from "./types.js"; export { detectDuplicate } from "./detector.js"; //# sourceMappingURL=index.d.ts.map