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