import { WalletConnect } from "./wallet-connect"; /** * @internal * @deprecated Use `WalletConnect` instead * * The WalletConnect v1.0 protocol has been shut down and no longer works. * To avoid breaking change, `WalletConnectV1` is still available but is an alias of `WalletConnect`. */ export declare const WalletConnectV1: typeof WalletConnect; //# sourceMappingURL=wallet-connect-v1.d.ts.map