import { IAuth } from '../definition'; export declare class Auth implements IAuth { private readonly store; /** * @stable [26.04.2018] * @returns {boolean} */ isAuthorized(): boolean; }