import { ethers } from "ethers";
import { getChainDetails } from "./chainListService";
declare function getInternalProvider(chainId: number): Promise<ethers.providers.JsonRpcProvider>;
export { getInternalProvider, getChainDetails };
