import { HttpResponse } from "@mvc/http/responses/http.response";
import { LearningOutcomeDto } from '../../dtos/learning-outcome.dto';
export declare class LearningOutcomeResponse extends HttpResponse {
    constructor(data: LearningOutcomeDto, details?: object);
}
//# sourceMappingURL=learning-outcome.response.d.ts.map