import type { AutonomousRun, PhaseExecutorPhase, PhaseStructuredOutput } from "./types.js"; export declare function generateQaE2eArtifactsIfApplicable({ root, run, phase, output, }: { root: string; run: AutonomousRun; phase: PhaseExecutorPhase; output: PhaseStructuredOutput; }): Promise;