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