import "./interfaces"; export type SpatialReference = __geoscene.geometry.SpatialReference; export const SpatialReference: typeof __geoscene.geometry.SpatialReference; export type Geometry = __geoscene.geometry.Geometry; export type Extent = __geoscene.geometry.Extent; export const Extent: typeof __geoscene.geometry.Extent; export type Multipoint = __geoscene.geometry.Multipoint; export const Multipoint: typeof __geoscene.geometry.Multipoint; export type Point = __geoscene.geometry.Point; export const Point: typeof __geoscene.geometry.Point; export type Polygon = __geoscene.geometry.Polygon; export const Polygon: typeof __geoscene.geometry.Polygon; export type Polyline = __geoscene.geometry.Polyline; export const Polyline: typeof __geoscene.geometry.Polyline;