import { EditorActorLogic } from './actor/machine'; export declare function useEditorActorLogic(): EditorActorLogic & { /** * True if the editor is running in stub mode (no actual editor port available) * This happens when the diagram is rendered outside of vscode extension / vite- plugin */ readonly isStub: boolean; };