import { IExec } from "iexec"; export interface IExecProviderResponse { iexec: IExec; } export declare const getIexecProvider: () => any;