/** * SMI-2269: Quarantine Service Module * * Authenticated quarantine operations with multi-approval workflow. * * @module @skillsmith/core/services/quarantine */ export { QuarantineService } from './QuarantineService.js'; export { type QuarantinePermission, type AuthenticatedSession, type ApprovalRecord, type MultiApprovalStatus, type AuthenticatedReviewInput, type AuthenticatedReviewResult, type QuarantineServiceErrorCode, QuarantineServiceError, hasPermission, isSessionValid, requirePermission, } from './types.js'; //# sourceMappingURL=index.d.ts.map