import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * Represents a pre-sorting of data on the basis of selected `Attribute`s in a * DBMS to speed up queries, but with an additional constraint that all * instances of a `Struct` in a DBMS have unique values for the indexed * `Attribute`. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map