import { CosmosChainId } from '@sentio/chain'; export type CosmosNetwork = CosmosChainId; export declare const CosmosNetwork: { readonly INJECTIVE_MAINNET: CosmosChainId.INJECTIVE_MAINNET; readonly INJECTIVE_TESTNET: CosmosChainId.INJECTIVE_TESTNET; }; export declare function getRpcEndpoint(network: CosmosNetwork): string; //# sourceMappingURL=network.d.ts.map