export declare function throttle(func: (...args: T) => R, limit: number): (...args: T) => void;