export declare class EthermintChainIdHelper { static parse(chainId: string): { identifier: string; version: number; ethChainId: number; }; }