export interface ScanProgress { processed: number; total: number; currentFile: string; errors: number; }