import type * as O from "../../Option/index.js"; import type { AssertionValue } from "./AssertionValue.js"; export declare function withContext_(self: AssertionValue, expr: O.Option, sourceLocation: O.Option): AssertionValue; export declare function withContext(expr: O.Option, sourceLocation: O.Option): (self: AssertionValue) => AssertionValue; //# sourceMappingURL=withContext.d.ts.map