// ets_tracing: off import type { Ord } from "../Ord/index.js" export interface Bounded extends Ord { readonly top: A readonly bottom: A }