import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * Represents a pre-sorting of data on the basis of selected `Attribute`s in a * DBMS that describe coordinates in space to speed up queries. The space * described may be, but is not restricted to, three-dimensional space, * two-dimensional space, and geographic location on a planet. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map