import { TransactionReceipt, TransactionResponse } from '@ethersproject/abstract-provider'; import { Contract, ContractTransactionResponse } from 'ethers'; export default function snapshotGasCost(x: TransactionResponse | Promise | ContractTransactionResponse | Promise | TransactionReceipt | Promise | bigint | Contract | Promise): Promise;