import { Observable } from '../Observable'; export declare function takeUntil(notifier: Observable): Observable;