declare const debounce: (fn: Function, wait?: number, immediate?: boolean) => (...args: any) => void;
export default debounce;
