import type { SetLogicalRoot } from 'roosterjs-content-model-types'; /** * @internal * Change which node is the current logical root * @param core The StandaloneEditorCore object * @param logicalRoot The new logical root (has to be child of physicalRoot), pass null to use physicalRoot as logical root */ export declare const setLogicalRoot: SetLogicalRoot;