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