import { Operator } from '../wonka_types'; export const takeWhile: (f: (x: A) => boolean) => Operator;