import { BaseController } from '@mvc/controllers/base.controller'; import { LearningOutcomesHandler } from '../handlers/learning-outcomes.handler'; import { LearningOutcomeRequest } from '../http/requests/learning-outcome.request'; import { LearningOutcomeDto } from '../dtos/learning-outcome.dto'; import { LearningOutcomesListResponse } from '../http/responses/learning-outcomes-list.response'; import { LearningOutcomeResponse } from '../http/responses/learning-outcome.response'; export declare class LearningOutcomesController extends BaseController { constructor(handler: LearningOutcomesHandler); } //# sourceMappingURL=learning-outcomes.controller.d.ts.map