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