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