import type { MakeCosmosSigData, OpenModalAckPayload } from "@keplr-ewallet/ewallet-sdk-core";
import type { CosmosEWalletInterface } from "../types";
export declare function openModal(this: CosmosEWalletInterface, data: MakeCosmosSigData): Promise<OpenModalAckPayload>;