/** * Decorate a getter that returns a subject. The subject will automatically get completed * when the component/service/pipe is destroyed. */ export declare function LazySubject(): MethodDecorator;