import { EditorMode } from "./useEditorMode";
export declare const setEditorModeComputed: import("@lincode/reactivity").SetGlobalState<EditorMode | "play">, getEditorModeComputed: import("@lincode/reactivity").GetGlobalState<EditorMode | "play">;
