import * as MonotonicityNs from './monotonicity.ts'; export type Monotonicity = MonotonicityNs.Monotonicity; export type GuaranteedMonotonicity = MonotonicityNs.GuaranteedMonotonicity; export { MonotonicityNs as Monotonicity };