import { Contract, Overrides, Wallet } from 'ethers'; export declare const executeContractMethod: ({ network, contract, method, props, txOverrides, signer, signWithEoa, }: { network: string; contract: Contract; method: string; props: any[]; txOverrides: Overrides; signer: Wallet; signWithEoa?: boolean | undefined; }) => Promise; //# sourceMappingURL=execute-contract-method.d.ts.map