import { AbstractSigner } from 'ethers'; import { IExec } from 'iexec'; export declare function getIExec({ signer, rpcHostUrl, }: { signer?: AbstractSigner; rpcHostUrl: string; }): IExec;