1import { Operator } from '../wonka_types'; 2 3export const skip: <A>(max: number) => Operator<A, A>;