import { IOptions } from '../types'; export declare const isLoggedIn: (options: IOptions) => boolean;