import { z } from "zod"; export type Hex = `0x${string}`; export declare const hexSchemaBase: z.ZodString; export declare const hexSchema: z.ZodEffects;