import { OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; /** * @deprecated Use the `DestroyService` instead */ export declare class WithSubscriptions implements OnDestroy { protected readonly ngUnsubscribe: Subject; ngOnDestroy(): void; protected unsubscribe(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=with-subscriptions.d.ts.map