import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js'; /** * For positive integers between 0 (included) and Number.MAX_SAFE_INTEGER (included) * @remarks Since 1.11.0 * @public */ export declare function maxSafeNat(): Arbitrary;