export function throttle(fn: T, wait: number): T & { readonly cancel: () => void; }; //# sourceMappingURL=throttle.d.ts.map