import type { ContractCallerFunction } from '../types'; import { BaseProvider } from '@ethersproject/providers'; import { Signer } from '@ethersproject/abstract-signer'; export declare const constructContractCaller: (ethers: BaseProvider | Signer, account?: string | undefined) => ContractCallerFunction; //# sourceMappingURL=ethers.d.ts.map