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