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