export type ThrottledFunction = (...args: T) => void; export declare function throttle(func: ThrottledFunction, wait: number): (...args: T) => void; //# sourceMappingURL=throttle.d.ts.map