import { MetaMaskSDK } from '../../../sdk'; export declare function connectWith({ instance, rpc, }: { instance: MetaMaskSDK; rpc: { method: string; params: any[]; }; }): Promise>; //# sourceMappingURL=connectWith.d.ts.map