import { PageObject } from '../../../page';
import { ReviewRecoveryPhrase } from './review-recovery-phrase';
/**
 *
 *
 * @export
 * @class SecureYourWallet
 * @extends {PageObject}
 */
export declare class SecureYourWallet extends PageObject {
    private secureButton;
    /**
     * Creates an instance of SecureYourWallet.
     * @memberof SecureYourWallet
     */
    constructor();
    /**
     *
     *
     * @return {*}  {Promise<ReviewRecoveryPhrase>}
     * @memberof SecureYourWallet
     */
    secureMyWallet(): Promise<ReviewRecoveryPhrase>;
}
