import * as z from 'zod/mini'; /** RPC fee history schema decoded to a fee history. */ export declare const FeeHistory: z.ZodMiniObject<{ baseFeePerGas: z.ZodMiniArray, z.ZodMiniBigInt>>; gasUsedRatio: z.ZodMiniArray>; oldestBlock: z.ZodMiniCodec, z.ZodMiniBigInt>; reward: z.ZodMiniOptional, z.ZodMiniBigInt>>>>; }, z.core.$strip>; /** Legacy RPC fee values schema decoded to legacy fee values. */ export declare const FeeValuesLegacy: z.ZodMiniObject<{ gasPrice: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>; /** EIP-1559 RPC fee values schema decoded to EIP-1559 fee values. */ export declare const FeeValuesEip1559: z.ZodMiniObject<{ maxFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; maxPriorityFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>; /** EIP-4844 RPC fee values schema decoded to EIP-4844 fee values. */ export declare const FeeValuesEip4844: z.ZodMiniObject<{ maxFeePerBlobGas: z.ZodMiniCodec, z.ZodMiniBigInt>; maxFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; maxPriorityFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>; /** RPC fee values schema decoded to fee values. */ export declare const FeeValues: z.ZodMiniUnion, z.ZodMiniBigInt>; maxFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; maxPriorityFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>, z.ZodMiniObject<{ maxFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; maxPriorityFeePerGas: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>, z.ZodMiniObject<{ gasPrice: z.ZodMiniCodec, z.ZodMiniBigInt>; }, z.core.$strip>]>; //# sourceMappingURL=Fee.d.ts.map