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