import { IBlockchainNetwork } from '../../';
export declare const SUPPORTED_BLOCKCHAIN_NETWORKS: () => {
    [key: string]: IBlockchainNetwork;
};
