import { IWalletConnectOptions, IPushServerOptions } from "@walletconnect/legacy-types"; import Connector from "./core"; declare class WalletConnect extends Connector { constructor(connectorOpts: IWalletConnectOptions, pushServerOpts?: IPushServerOptions); } export default WalletConnect; //# sourceMappingURL=index.d.ts.map