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. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map