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