import { ReturnValues, ScanConfig } from "../types"; export declare const scanAndReport: (config: ScanConfig) => Promise;