import { type Uint } from 'ts-type-forge'; import { type NumberRangeConstraints } from '../../../primitives/index.mjs'; import { type Type } from '../../../type.mjs'; export declare const uint: (defaultValue?: number, constraints?: NumberRangeConstraints) => Type; //# sourceMappingURL=uint.d.mts.map