import * as z from 'zod/mini'; /** Byte array schema encoded as hex. */ export declare const Bytes: z.ZodMiniCodec, z.ZodMiniCustom>; /** Returns a byte-sized byte array schema encoded as hex. */ export declare function sizedBytes(size: number): z.ZodMiniCodec, z.ZodMiniCustom>; /** 32-byte byte array schema encoded as hex. */ export declare const Bytes32: z.ZodMiniCodec, z.ZodMiniCustom>; //# sourceMappingURL=Bytes.d.ts.map