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