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