export declare const isInRange: (x: number, range: [number, number]) => boolean;