declare const debounce: (func: Function, interval: number) => (...args: any) => void;
export default debounce;
