/** * Scanner module - orchestrates extractors to discover examples */ export { scanExamples } from './scanner.js'; export { scan } from './scan.js'; export type { ScanOptions } from './scan.js'; export type { FileConflict, PathMapping, ScanResult, } from './types.js'; //# sourceMappingURL=index.d.ts.map