import type { RemoveInitializedOperator } from '../types'; export declare const takeWhile: (predicate: (value: A) => boolean) => RemoveInitializedOperator;