import { IWeb3ChainType } from '../type'; declare const chainInfo: IWeb3ChainType & { id: number; }; export default chainInfo;