/** * Core file scanner * * Scans local directories and GitHub repos for supply-chain malware indicators. */ import type { ScanOptions, ScanReport } from "./types.js"; /** * Scan a local directory or GitHub repo for malware indicators. */ export declare function scan(options: ScanOptions): Promise; //# sourceMappingURL=scanner.d.ts.map