import debounce from './debounce'; import throttle from './throttle'; import memoize from './memoize'; import once from './once'; declare const _default: { debounce: typeof debounce; throttle: typeof throttle; memoize: typeof memoize; once: typeof once; }; export default _default;