import { ErrorUnion, OkUnion } from '../outputs'; /** * Terminates all other sessions of the current user * @param {Object} state * @returns {OkUnion | ErrorUnion} */ export declare type TerminateAllOtherSessionsMethod = (state?: Record) => Promise;