importtype { ImageUploadPlugin } from'./imageUploadPluginType';
/**
* Image upload plugin to be added to an `EditorPresetBuilder` and used with `ComposableEditor`
* from `@atlaskit/editor-core`.
*/exportdeclareconstimageUploadPlugin: ImageUploadPlugin;