import * as z from 'zod'; /** Zod schema that transforms a non-negative BigInt into a hex string for JSON serialization. */ export declare const BigIntToJsonZod: z.ZodPipe>; /** Zod schema that parses a JSON hex string into a BigInt. */ export declare const JsonToBigIntZod: z.ZodPipe>, z.ZodTransform>; //# sourceMappingURL=zod.d.ts.map