export interface EstimationResult { maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; baseFee: bigint | undefined; }