import type { ArtifactResult, PlaywrightEvidenceInput, PlaywrightTestPlan } from "./types.js"; export declare function getWebPlaywrightPlan(root: string, taskId: string): Promise; export declare function attachWebPlaywrightEvidence(root: string, input: PlaywrightEvidenceInput): Promise;