import { IParseURIResult, IWalletConnectSession } from "@walletconnect/types";
export declare function isWalletConnectSession(object: any): object is IWalletConnectSession;
export declare function parseWalletConnectUri(str: string): IParseURIResult;
//# sourceMappingURL=session.d.ts.map Back to Directory