export declare function throttle(func: Function, delay: number): (this: any, ...args: any[]) => any;