import type { ScanOptions, ScanResult } from "../types.js"; type PhaseCallback = (message: string) => void; export declare class Scanner { private readonly options; constructor(options: ScanOptions); run(onPhase?: PhaseCallback): Promise; } export {}; //# sourceMappingURL=index.d.ts.map