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