/**
* @internal
* A minimally typesafe type for thottle fn that isn't expected to care about return type
*/exporttypeThrottleFn = <TFunctionextends (...args: any[]) => any>(func: TFunction, wait?: number) =>TFunction;
//# sourceMappingURL=ThrottleFn.d.ts.map