export default JsUtils; declare namespace JsUtils { function debounce(func: any, wait: any, immediate: any): (...args: any[]) => void; }