import { Chain, ChainId } from '../constants'; /** * @internal Intended for internal use - use it on your own risk */ export declare function getChainMeta(chainId: ChainId): Chain; //# sourceMappingURL=getChainMeta.d.ts.map