import { ScanConfig, ScanReport } from './types'; export declare function scanProject(config: ScanConfig): Promise;