import { LineString } from './linestring.complex'; export interface LinearRing extends LineString { }