import types from './types'; declare function debounce(fn: T, wait: number): T; export default debounce;