import type { KeplrCosmosEWalletEventTypeMap, KeplrCosmosEWalletEventType } from "@keplr-ewallet/ewallet-sdk-core";
import type { CosmosEWallet } from "../cosmos_ewallet";
export declare function on<T extends KeplrCosmosEWalletEventType>(this: CosmosEWallet, eventType: T, handler: (payload: KeplrCosmosEWalletEventTypeMap[T]) => void): Promise<void>;
