export declare const validateIsInRange: (min: number, max: number) => { validate(value: unknown): value is number; error: string; };