//#region src/cursor-position.d.ts type CursorPosition = { x: number; y: number; }; //#endregion export { CursorPosition as t };