import { Transaction } from "../types"; import { EvmEtherscanService } from "./evm-etherscan.service"; export declare class Opbnb extends EvmEtherscanService { convertTxToEntity(trx: any): Promise; }