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