import type { CliArgs, ScanOptions } from './types.js'; export declare function scan(scanOptions: ScanOptions, cliArgs?: CliArgs): Promise;