import type { SchemaFeature } from './features'; import type { EditorPluginName } from './plugin-names'; export declare const pluginsToFeatures: (plugins: EditorPluginName[]) => SchemaFeature[]; export declare const pluginToFeatureMap: { [key in EditorPluginName]: SchemaFeature[]; }; //# sourceMappingURL=plugin-to-feature.d.ts.map