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