/** * @deprecated use the [`ConnectWallet`](https://portal.thirdweb.com/react/v4/components/ConnectWallet) component or [`useConnect`](https://portal.thirdweb.com/references/react/v4/useConnect) hook instead * @internal * @walletConnection */ export declare function useTrustWallet(): (connectOptions?: { chainId?: number; }) => Promise; //# sourceMappingURL=useTrustWallet.d.ts.map