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