import { type Chain } from 'viem'; import type { RelayChain, paths } from '../types/index.js'; export type RelayAPIChain = Required['0']>; export declare const convertViemChainToRelayChain: (chain: Chain) => RelayChain & Required>; //# sourceMappingURL=chain.d.ts.map