import { OnInit } from '@angular/core'; import { AuthService } from 'budgetkey-ng2-auth'; import { ListsService } from '../services/lists.service'; export declare class BudgetKeySubscriptionManager implements OnInit { private auth; private lists; externalUrl: string; externalTitle: string; externalProperties: any; term: string; context: string; docType: any; newWindow: boolean; isLoggedIn: boolean; loginUrl: string; loginModal: boolean; private subscribedUrls; constructor(auth: AuthService, lists: ListsService); isSubscribed(): boolean; _starClicked(): import("rxjs/internal/Observable").Observable; starClicked(): void; ngOnInit(): void; checkIfSubscribeOrCloseNeeded(): void; urlKey(url: any): string; }