import { FallbackProvider } from '@ethersproject/providers'; import { SupportedChainId } from './chainIds'; export declare const getTestProvider: (chainId: SupportedChainId) => FallbackProvider;