import { RemoteConnectionState } from '../RemoteConnection'; /** * Generates and opens a universal link or deeplink for MetaMask connection based on given parameters. * * @param state Current state of the RemoteConnection class instance. * @param linkParams A string representing the parameters used to form the universal and deep links. * @returns Promise */ export declare function connectWithDeeplink(state: RemoteConnectionState, linkParams: string): Promise; //# sourceMappingURL=connectWithDeeplink.d.ts.map