export default class DocfieldImageUpload extends Plugin { static get requires(): (typeof Image | typeof ImageUpload)[]; constructor(editor: any); } import { Plugin } from "@ckeditor/ckeditor5-core"; import { Image } from "@ckeditor/ckeditor5-image"; import { ImageUpload } from "@ckeditor/ckeditor5-image"; //# sourceMappingURL=docfield-image-upload.d.ts.map