/**
 * The features service is responsible for managing features within strapi,
 * including interacting with the feature configuration file to know
 * which are enabled and disabled.
 */
import type { Strapi, FeaturesService } from '@strapi/types';
declare const createFeaturesService: (strapi: Strapi) => FeaturesService;
export { createFeaturesService };
export type { FeaturesService };
//# sourceMappingURL=features.d.ts.map