import { CodePosition } from "./CodeElement"; export interface PositionElement { start: CodePosition; end: CodePosition; }