import type { Eq } from "@principia/prelude/Eq"; import type { Option } from "./model"; export declare const getEq: (E: Eq) => Eq>; //# sourceMappingURL=eq.d.ts.map