export declare function debounce(func: (...args: T) => R, wait: number): (...args: T) => void;