import type { AnyTuple, CodecClass, INumber, Registry } from '../types/index.js'; import { Range } from './Range.js'; export declare class RangeInclusive extends Range { constructor(registry: Registry, Type: CodecClass | string, value?: AnyTuple); static with(Type: CodecClass | string): CodecClass>; }