import type { ScanOptions, ScanReport } from '../types';
declare const _default: (options: ScanOptions) => Promise<ScanReport>;
export default _default;
