import { SupportedChainId } from '../types'; export default function useSwitchChain(): (chainId: SupportedChainId) => Promise;