import { GeometryCollection } from './geometrycollection.complex'; export interface MultiLineString extends GeometryCollection { }