CosmosChainInfoShape: TypedPattern<Readonly<{
    chainId: string;
    connections?: Record<string, IBCConnectionInfo>;
    icqEnabled?: boolean;
    stakingTokens?: readonly {
        denom: string;
    }[];
}>> = ...