import output from '../output'; import { type ScanTargetType } from '../scripts/scan/scan-target'; declare const scan: (rawTarget: ScanTargetType | undefined, options: { output: string; }) => Promise; export { scan }; //# sourceMappingURL=scan.d.ts.map