import { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet";
export declare function getEmail(this: KeplrEWallet): Promise<string | null>;
