/** * HIPAA Compliance Module Exports */ export { HIPAAComplianceService, type AuditLogEntry, type AuditEventType, type AuditAction, type PatientConsent, type ConsentType, type DataCategory, type ConsentPurpose, type AccessPolicy, type AccessCondition, type AccessDecision, type EncryptionConfig, type EncryptedData, type DataMaskingConfig } from './hipaa.js';