export declare function throttle(func: Function, wait: number, options?: any): (this: any) => any;
