import { MonoTypeOperatorFunction } from 'rxjs';
export declare function TakeUntilDestroyed(): ClassDecorator;
export declare function takeUntilDestroyed<T>(instance: any): MonoTypeOperatorFunction<T>;
