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