export declare const isBetween: (value: number, min: number, max: number) => boolean;