/** * VoicePrint Feature Flags * Re-exports the checkFlag function from the centralized feature flag system */ // Re-export the checkFlag function from the spamshield feature flags module export { checkFlag } from '../spamshield/feature-flags';