import { Logger } from "@azimutt/utils"; export type Opts = { folder?: string; email?: string; size?: number; only?: string; key?: string; ignoreViolationsFrom?: string; html?: boolean; }; export declare function launchAnalyze(url: string, opts: Opts, logger: Logger): Promise; //# sourceMappingURL=analyze.d.ts.map