/** * Checks whether the user is logged in. * @export * @returns {boolean} */ export default function isLoggedIn(): boolean;