import type { Core } from '@strapi/types'; export declare const getEnabledPlugins: (strapi: Core.Strapi, { client }?: { client: boolean; }) => Promise; //# sourceMappingURL=get-enabled-plugins.d.ts.map