/** * Feature Flags Engine - Main Exports * * Exports the feature flag evaluation engine. * * @fileoverview Feature flags engine exports * @version 1.0.0 */ export { FeatureFlagEngine } from './engine'; //# sourceMappingURL=index.d.ts.map