/**
 * @fileoverview Barrel file for the scheduling module.
 * Exports the singleton schedulerService for application-wide use.
 * @module src/utils/scheduling
 */
export * from "./scheduler.js";
//# sourceMappingURL=index.d.ts.map