import { TEth } from '../models/TEth'; export declare namespace $gas { function getUsed(receipt: TEth.TxReceipt, txData?: { gasPrice?: any; }): { totalEth: number; usage: bigint; priceGwei: number; }; function formatUsed(txData: { gasPrice?: any; }, receipt: TEth.TxReceipt): string; }