export interface CursorPosition {
    line: number;
    column: number;
}
