import Web3 from 'web3'; import { BaseWeb3Multicall3 } from './web3-multicall3.base.js'; interface Web3Multicall3Parameters { web3: Web3; address?: string; } export declare class Web3Multicall3 extends BaseWeb3Multicall3 { constructor(opts: Web3Multicall3Parameters); } export {}; //# sourceMappingURL=web3-multicall3.d.ts.map