import { BaseHandler } from '@mvc/handlers/base.handler'; import { LearningOutcomesDbService } from '../data/learning-outcomes-db.service'; import { LearningOutcomeDto } from '../dtos/learning-outcome.dto'; export declare class LearningOutcomesHandler extends BaseHandler { constructor(dbService: LearningOutcomesDbService); } //# sourceMappingURL=learning-outcomes.handler.d.ts.map