export declare function throttle<T extends (...args: any[]) => void>(func: T, duration: number): T;
//# sourceMappingURL=throttle.d.ts.map