import type { EditMode } from '../types'; export declare const getCursorStatus: (editMode: EditMode | null) => "editing" | "moving" | "drawing";