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