import * as z from 'zod/v4';
export declare const HexStringSchema: z.ZodString;
export type HexString = z.infer<typeof HexStringSchema>;
