import { Chain, ChainId } from "../data-token"; export declare const getChainByChainId: (chainId: ChainId | number) => Chain;