import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * A simple object whose properties exactly match the `Attribute`s of a * `Struct`. It is said to be an "instance" of a "class." In a relational * database, this would be a row. In a document-oriented database, this * is a specific document--not a type of document or category of documents. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map