/** * Throttling function. */ export declare const throttle:
P>(f: T, time: number) => (...args: Parameters) => void;