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