import { IRangeError } from './range-error.type';
export declare function isRangeError(value: unknown): value is IRangeError;
