export declare function debounce(fn: (...args: T) => void, delay?: number): (...args: T) => void;