import type { MediaADFAttrs } from '@atlaskit/adf-schema';
import type { EditorCommand } from '@atlaskit/editor-common/types';
export declare const showImageEditor: (media: MediaADFAttrs) => EditorCommand;
export declare const hideImageEditor: EditorCommand;
