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