import type { IRangeValue } from "../Core/Interfaces/IRangeValue.js";
export type RangeValue = number | IRangeValue;
