import { z } from 'zod'; export declare const BigNumberSchema: z.ZodString; export declare const CallDataSchema: z.ZodObject<{ to: z.ZodString; data: z.ZodString; value: z.ZodOptional; }, "strip", z.ZodTypeAny, { to: string; data: string; value?: string | undefined; }, { to: string; data: string; value?: string | undefined; }>; export type CallData = z.infer; //# sourceMappingURL=types.d.ts.map