import { IWalletConnectSession } from "@walletconnect/legacy-types"; declare class SessionStorage { storageId: string; constructor(storageId?: string); getSession(): IWalletConnectSession | null; setSession(session: IWalletConnectSession): IWalletConnectSession; removeSession(): void; } export default SessionStorage; //# sourceMappingURL=storage.d.ts.map