export declare function debounce any>(func: T, timeout?: number): (this: any, ...args: Parameters) => void;