import { Subject } from 'rxjs/Subject'; export declare class TerminatorService { onDestroy: Subject; constructor(); destroy(): void; }