import { SupportedChainId } from '../../chains/types.js';
export declare function mapSupportedNetworks<T>(value: (chainId: SupportedChainId) => T): Record<SupportedChainId, T>;
export declare function mapSupportedNetworks<T>(value: T): Record<SupportedChainId, T>;
export declare function mapAddressToSupportedNetworks(address: string): Record<SupportedChainId, string>;
