declare const debounce: (task: any, ms?: number, onStartCounting?: any) => () => void; export default debounce;