import type { CheckedBounds } from "./spec.js";
/**
 * Calculate the effective range for a given bounds.  That is, take
 * into account the inclusivity of the lower and upper bounds.
 */
export declare const effectiveRange: (bounds: CheckedBounds) => number;
//# sourceMappingURL=effective-range.d.ts.map