import type { Ord } from './Ord'; export interface Bounded extends Ord { readonly top: A; readonly bottom: A; } //# sourceMappingURL=Bounded.d.ts.map