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