import { Subject } from 'rxjs'; export declare class AuthHandlerService { notAuthorizedSubject: Subject; }