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