import type { HarnessEvent } from "../../core/src/classify/classifier.js";
import type { MatrixCell } from "../../schema/src/records/context.js";
import type { RedactionRule } from "../../playwright/src/redaction.js";
export declare function pushHarnessWithPartialEvidence(harnessEvents: HarnessEvent[], input: {
    outcome: HarnessEvent;
    cell: MatrixCell;
    partialEvidence?: unknown;
    artifactRunDir?: string | undefined;
    sourceRunId: string;
    redactionRules?: RedactionRule[] | undefined;
}): Promise<void>;
//# sourceMappingURL=partial-evidence-harness.d.ts.map