/** * Core utilities - re-exports */ export { throttle, debounce, type ThrottledFunction } from './throttle'; export { cleanClassName, cleanClassList, getMeaningfulClasses, getFirstMeaningfulClass, formatClassSelector, } from './css-cleaner'; //# sourceMappingURL=index.d.ts.map