import type { GetAddressOpts } from '../../WalletConnectorBase/types'; import type { WalletDeepLinks } from '../../types'; import { DeepLinkVariant } from './walletConnectDeepLinks'; export declare const performPlatformSpecificConnectionMethod: (uri: string, deepLinks: WalletDeepLinks | undefined, opts: Pick, preference: DeepLinkVariant, redirectUrl?: string) => Promise;