import { type Chain } from 'viem'; import type { ChainReference } from './types.js'; export declare function getChainById(chainId: number): Chain; export declare function getChainReference(chainId: number): ChainReference; //# sourceMappingURL=catalog.d.ts.map