declare const getEditorCount: import("@lincode/reactivity").GetGlobalState; export { getEditorCount }; export declare const increaseEditorCount: () => void; export declare const decreaseEditorCount: () => void;