import { type LiftingMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
definition: { lift: (i: ValueType) => LiftedType; combine: (a: LiftedType, b: LiftedType) => LiftedType; neutral: LiftedType; }
x/range_reconcile/mod.ts>LiftingMonoid
import { type LiftingMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";