export type { MediaNextEditorPluginType as MediaPlugin, MediaPluginDependencies, } from './mediaPluginType';
export type { MediaPluginOptions } from './types/index';
export { mediaPlugin } from './mediaPlugin';
