export declare const inBetween: (actual: number, min: number, max: number) => number;