import { Operator } from '../wonka_types'; export const take: (max: number) => Operator;