export declare type OutCursorMoveEvent = { kind: "cursor_move"; target: string; top: number; left: number; };