import type { InsertNode } from 'roosterjs-editor-types'; /** * @internal * Insert a DOM node into editor content * @param core The EditorCore object. No op if null. * @param option An insert option object to specify how to insert the node */ export declare const insertNode: InsertNode;