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