import { EditorState, Node } from '../../prosemirror';
export declare function getEditorValueWithMedia(editorState?: EditorState<any>): Promise<Node | undefined>;
export declare function insertFileFromDataUrl(editorState: EditorState<any> | undefined, url: string, fileName: string): void;
