declare function throttle(fn: any, interval: any, options: any): { (): any; cancel: () => void; flush: () => void; }; export default throttle; //# sourceMappingURL=throttle.d.ts.map