import { ErrorUnion, PasswordStateUnion } from '../outputs'; /** * Returns the current state of 2-step verification * @param {Object} state * @returns {PasswordStateUnion | ErrorUnion} */ export declare type GetPasswordStateMethod = (state?: Record) => Promise;