import type { Key } from "@keplr-wallet/types";
import { type CosmosEWallet } from "../cosmos_ewallet";
export declare function getKey(this: CosmosEWallet, chainId: string): Promise<Key>;
