export default function throttle(func: any, wait: any): (context: any) => any;