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