export declare const inRange: (input: unknown, min: number | bigint, max: number | bigint) => boolean;