import { Observable } from '../Observable'; export declare function takeWhile(predicate: (value: T, index: number) => boolean): Observable;