import { MonoTypeOperatorFunction } from 'rxjs';
export declare function takeUntilDestroyed(target: any): MonoTypeOperatorFunction<any>;
