//#region src/main/private/utils/throttle.d.ts declare function throttle any>(function_: T, limit: number): (this: ThisParameterType, ...arguments_: Parameters) => void; //#endregion export { throttle as t };