import { type Range } from './types';
export declare const testRange: (value: unknown, range: Range) => boolean;
