import { INumeric } from "../types/_numeric";
export declare function between(left: number | INumeric, and1: number | INumeric, and2: number | INumeric): boolean;
