export declare const debounce: (func: (...args: T) => void, delay: number) => ((...args: T) => void);