import type { ExtendedChain } from '@lifi/sdk'; import type { Chain } from 'viem'; export declare const formatChain: (chain: ExtendedChain) => Chain;