/** * Scheduled Actions - Core Handlers * * This module exports all core scheduled action handlers. * Themes can import and register these handlers during initialization. * * @module core/lib/scheduled-actions/handlers */ export { registerPatternCacheInvalidationHandler } from './invalidate-pattern-cache'; //# sourceMappingURL=index.d.ts.map