export declare const _isBetween: (value: number, minimum: number, maximum: number) => boolean;