import type { ParsedArgs } from "./types"; export declare function handleRunStatus(parsed: ParsedArgs): Promise; export declare function handleRunIterate(parsed: ParsedArgs): Promise; export declare function handleRunEvents(parsed: ParsedArgs): Promise; //# sourceMappingURL=runInspection.d.ts.map