import { NotFoundSystemError } from '@mvc/exceptions/not-found-system.error'; export declare class LearningOutcomeNotFoundError extends NotFoundSystemError { constructor(id: string); } //# sourceMappingURL=learning-outcome-not-found-error.d.ts.map