export { compose, curry, debounce, FunctionUtils, memoize, once, pipe, retry, sleep, throttle, } from './core.js'; export type { DebouncedFunction, ThrottleOptions, ThrottledFunction, } from './core.js'; //# sourceMappingURL=index.d.ts.map