import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet";
export declare function signOut(this: KeplrEWallet): Promise<void>;
