import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * Represents a pre-sorting of data on the basis of selected textual * `Attribute`s in a DBMS on the basis of the words or phrases they contain * to speed up queries. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map