export declare const isNotBetween: (value: any, a: number, b: number) => boolean;