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