import { ChainId } from './types'; import { FallbackProvider } from '@ethersproject/providers'; export declare const getRpcUrl: (chainId: ChainId, archive?: boolean) => Promise; export declare const getRpcUrls: (chainId: ChainId, archive?: boolean) => Promise; export declare const getRpcProvider: (chainId: number, archive?: boolean) => Promise; export declare const getMulticallAddress: (chainId: ChainId) => Promise;