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