/** * Native mirror of the web builder's feature-flag keys * (`frontend/apps/builder/src/constants/featureFlags.ts`), copied verbatim so the * model registry references `FEATURE_FLAGS.X` instead of hard-coded flag strings. */ export declare const FEATURE_FLAGS: { readonly CLAUDE_FABLE_5: "claude-fable-5"; readonly MODEL_ARENA: "model-arena"; readonly GLM_5_2: "glm-5-2"; readonly BASE1_S_MODEL: "base1-s-model"; }; export type FeatureFlagValue = (typeof FEATURE_FLAGS)[keyof typeof FEATURE_FLAGS]; //# sourceMappingURL=featureFlags.d.ts.map