import type { AssertionValue } from "./AssertionValue.js"; export declare function sameAssertion_(self: AssertionValue, that: AssertionValue): boolean; export declare function sameAssertion(that: AssertionValue): (self: AssertionValue) => boolean; //# sourceMappingURL=sameAssertion.d.ts.map