import { ChainId, ChainInfo } from "../types"; export declare const chainInfo: { [chainId in ChainId]: ChainInfo; };