export interface NodePositionInterface {
    begin: number;
    end: number;
}
