import type { Ord } from "@principia/prelude/Ord"; import type { Const } from "./model"; /** * @category Instances * @since 1.0.0 */ export declare const getOrd: (O: Ord) => Ord>; //# sourceMappingURL=ord.d.ts.map