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