declare const throttle: void>(func: T, threshhold?: number, scope?: any) => T; export default throttle;