import { NativeRouterSupportedBlockchains } from '../../../native-router/constants/native-router-supported-blockchains';
import { ZetaswapOnChainSupportedBlockchains } from '../../../zetaswap/constants/zetaswap-supported-blockchains';
export type AllSupportedNetworks = ZetaswapOnChainSupportedBlockchains | NativeRouterSupportedBlockchains;
export declare const blockchainNameMapping: Record<AllSupportedNetworks, string>;
