import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet";
import type { EWalletMsgMakeSignature, SignOutput } from "@keplr-ewallet-sdk-core/types";
export declare function makeSignature(this: KeplrEWallet, msg: EWalletMsgMakeSignature): Promise<SignOutput>;
