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