import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * Represents an atomic piece of data that is associated with an object. In a * relational database, this is a column; in a document-oriented database, this * might be called a "field." */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map