/** * Parameters shared across tevm actions */ export const zBaseParams: z.ZodObject<{ throwOnFail: z.ZodOptional; }, z.core.$strip>; import { z } from 'zod'; //# sourceMappingURL=zBaseParams.d.ts.map