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