declare function debounce(func: any, delay: any): () => void; export default debounce;