import { Editor, EditorDoc } from "../../interface"; export declare function addResourceFromDoc(editor: Editor, doc: EditorDoc): Promise;