import { z } from 'zod'; export declare const EthAddressSchema: z.ZodType<`0x${string}`, z.ZodTypeDef, `0x${string}`>;