import { OnDestroy } from '@angular/core'; import { Observable, Subject } from 'rxjs'; export declare class UnsubscribeService extends Observable implements OnDestroy { readonly ngUnsubscribe$: Subject; constructor(); ngOnDestroy(): void; }