import type { AssertionContext } from "../domain/case.js"; import type { SessionReport } from "../domain/session-report.js"; export declare function createAssertionContext(report: SessionReport): AssertionContext;