export declare function debounce(fn: Function, n?: number): (...args: any[]) => void;