/// declare function throttle any>(function_: T, limit: number): (this: ThisParameterType, ...arguments_: Parameters) => void; export { throttle };