import type { ContractCallerFunction } from '../types'; import type Web3 from 'web3'; export declare const constructContractCaller: (web3: Web3, account?: string | undefined) => ContractCallerFunction; //# sourceMappingURL=web3.d.ts.map