export declare const isInRange: (min: number, max: number, x: number) => boolean;
//# sourceMappingURL=is-in-range.d.ts.map