import type { Result } from "@keplr-ewallet/stdlib-js";
import type { KeplrEWallet } from "@keplr-ewallet-sdk-core/keplr_ewallet";
export declare function initState(this: KeplrEWallet, hostOrigin: string): Promise<Result<boolean, string>>;
