export type ScanCollectionSummary = { targetPath: string; totalFiles: number; totalBytes: number; elapsedMs: number; }; export declare function collectScanTargets(pathInput: string): Promise;