import { AbstractClientWallet } from "@thirdweb-dev/wallets"; type URIs = { android: string; ios: string; other: string; }; export declare function handelWCSessionRequest(wallet: AbstractClientWallet, uris: URIs): void; export {}; //# sourceMappingURL=handleWCSessionRequest.d.ts.map