import { HomeOptions } from '@haechi-labs/face-types'; import { Internal } from './Internal'; /** * The interface to control view of facewallet. * * @category API */ export declare class Wallet { private readonly internal; constructor(internal: Internal); /** * Open wallet home * * @method * @returns {Promise} */ home(options?: HomeOptions): Promise; } //# sourceMappingURL=Wallet.d.ts.map