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