import * as z from 'zod'; /** Zod schema that transforms a Hash to a plain string for JSON serialization. */ export declare const HashToJsonZod: z.ZodPipe>, z.ZodTransform>; /** Zod schema that parses a JSON string into a validated Hash, throwing on invalid input. */ export declare const JsonToHashZod: z.ZodPipe>; //# sourceMappingURL=zod.d.ts.map