/** * Core Configuration System * * Re-export all core configuration types and utilities. * This provides the foundational configuration system without project-specific values. */ export type * from './config-types'; export type * from './dashboard-types'; export * from './config-utils'; export * from './config-loader'; export * from './config-sync'; export { defineConfig } from './nextspark-types'; export type { NextSparkConfig } from './nextspark-types'; //# sourceMappingURL=index.d.ts.map