import { MonoTypeOperatorFunction } from 'rxjs';
export declare function ngxRxCollectorDisableAoTWarning(): void;
export declare function untilDestroyed<T>(componentInstance: any, destructorName?: string): MonoTypeOperatorFunction<T>;
