import type { Page } from "playwright";
import type { MatrixCell } from "../../../schema/src/records/context.js";
import type { SweepsArtifactRef, SweepsProbe } from "./types.js";
export declare function parseSweepsProbe(input: unknown): SweepsProbe;
export declare function parseEnabledDimensions(cell: MatrixCell): string[];
export declare function captureSweepsProbe(page: Page, cell: MatrixCell): Promise<SweepsProbe>;
export declare function captureSweepsArtifacts(page: Page, cellId: string): Promise<{
    fullScreenshot: SweepsArtifactRef;
}>;
//# sourceMappingURL=probe.d.ts.map