import { NetworkInformation } from "../types"; declare const acala: NetworkInformation; declare const ajuna: NetworkInformation; declare const aleph_zero: NetworkInformation; declare const aleph_zero_testnet: NetworkInformation; declare const astar: NetworkInformation; declare const bajun: NetworkInformation; declare const basilisk: NetworkInformation; declare const bifrost: NetworkInformation; declare const bifrost_kusama: NetworkInformation; declare const contracts: NetworkInformation; declare const hydradx: NetworkInformation; declare const idiyanale_testnet: NetworkInformation; declare const karura: NetworkInformation; declare const khala: NetworkInformation; declare const kusama: NetworkInformation; declare const kusama_asset_hub: NetworkInformation; declare const kusama_bridgehub: NetworkInformation; declare const moonbase_alpha: NetworkInformation; declare const moonbase_relay: NetworkInformation; declare const moonbeam: NetworkInformation; declare const moonriver: NetworkInformation; declare const phala: NetworkInformation; declare const polkadot: NetworkInformation; declare const polkadot_asset_hub: NetworkInformation; declare const polkadot_bridgehub: NetworkInformation; declare const polkadot_collectives: NetworkInformation; declare const rococo: NetworkInformation; declare const rococo_asset_hub: NetworkInformation; declare const rococo_bridgehub: NetworkInformation; declare const shibuya: NetworkInformation; declare const shiden: NetworkInformation; declare const tangle: NetworkInformation; declare const tinkernet: NetworkInformation; declare const tokyo: NetworkInformation; declare const watr: NetworkInformation; declare const westend: NetworkInformation; declare const westend_asset_hub: NetworkInformation; declare const westend_bridgehub: NetworkInformation; declare const westend_collectives: NetworkInformation; export { acala, ajuna, aleph_zero, aleph_zero_testnet, astar, bajun, basilisk, bifrost, bifrost_kusama, contracts, hydradx, idiyanale_testnet, karura, khala, kusama, kusama_asset_hub, kusama_bridgehub, moonbase_alpha, moonbase_relay, moonbeam, moonriver, phala, polkadot, polkadot_asset_hub, polkadot_bridgehub, polkadot_collectives, rococo, rococo_asset_hub, rococo_bridgehub, shibuya, shiden, tangle, tinkernet, tokyo, watr, westend, westend_asset_hub, westend_bridgehub, westend_collectives, };