import { type Uint11, type UintRangeInclusive } from 'ts-type-forge'; import { type Type } from '../type.mjs'; export type { UintRangeInclusive } from 'ts-type-forge'; export declare const uintRangeInclusive: (...args: readonly [start: Start, end: End, options?: Readonly<{ typeName?: string; defaultValue?: UintRangeInclusive; }>] | readonly [options: Readonly<{ start: Start; end: End; typeName?: string; defaultValue?: UintRangeInclusive; }>]) => Type>; //# sourceMappingURL=uint-range-inclusive.d.mts.map