import * as z from 'zod/mini'; /** Unsized unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint: z.ZodMiniCodec, z.ZodMiniBigInt>; /** Encode-only unsized unsigned integer accepting `Hex | bigint | number`. */ export declare const UintToRpc: z.ZodMiniCodec, z.ZodMiniUnion, z.ZodMiniBigInt, z.ZodMiniNumberFormat]>>; /** Encode-only 8-bit unsigned integer accepting `Hex | number`. */ export declare const Uint8ToRpc: z.ZodMiniCodec, z.ZodMiniUnion, z.ZodMiniNumberFormat]>>; /** 8-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint8: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 16-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint16: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 24-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint24: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 32-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint32: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 40-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint40: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 48-bit unsigned integer decoded as `number` and encoded as hex. */ export declare const Uint48: z.ZodMiniCodec, z.ZodMiniNumberFormat>; /** 56-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint56: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 64-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint64: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 72-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint72: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 80-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint80: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 88-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint88: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 96-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint96: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 104-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint104: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 112-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint112: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 120-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint120: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 128-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint128: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 136-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint136: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 144-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint144: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 152-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint152: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 160-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint160: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 168-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint168: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 176-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint176: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 184-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint184: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 192-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint192: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 200-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint200: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 208-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint208: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 216-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint216: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 224-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint224: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 232-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint232: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 240-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint240: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 248-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint248: z.ZodMiniCodec, z.ZodMiniBigInt>; /** 256-bit unsigned integer decoded as `bigint` and encoded as hex. */ export declare const Uint256: z.ZodMiniCodec, z.ZodMiniBigInt>; //# sourceMappingURL=Uint.d.ts.map