/** * Model Manager Module * * Provides the centralized ModelManagerService for managing all ML models. * This module should be imported in the main app module. * * Marked as @Global() so ModelManagerService is available app-wide without * explicit imports in every module. */ export declare class ModelManagerModule { } //# sourceMappingURL=model-manager.module.d.ts.map