export default function throttle(fn: (arg?: any) => any, delay?: number): (...arg: any) => any;
