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