export default throttle; /** * reduce run times. */ declare function throttle(func: any, threshhold: any, needRunLast: any): (option: any) => void;