import type { InsertedImageProperties } from '@atlaskit/editor-common/provider-factory';
import type { Command, ImageUploadPluginReferenceEvent } from '@atlaskit/editor-common/types';
export declare const insertExternalImage: (options: InsertedImageProperties) => Command;
export declare const startImageUpload: (event?: ImageUploadPluginReferenceEvent) => Command;
