/**
* Constructs an `Equivalence` that uses the default notion of equality
* embodied in the implementation of `equals` for values of type `A`.
* @tsplus static Equivalence/Ops strict
* @tsplus location "@tsplus/stdlib/prelude/Equivalence/strict"
*/
export declare function strict(): import("./definition").Equivalence;
//# sourceMappingURL=strict.d.ts.map