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