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