import APIObjectKind from "../../Interfaces/APIObjectKind"; /** * Represents a way or set of rules for arranging character strings, numbers, * currencies, dates, times, and other data sequentially. * * This kind exists because different DBMSs have different names for the same * collations. This kind maps an arbitrarily-named collation to its * real equivalents in the targeted DBMS language. */ declare const kind: APIObjectKind; export default kind; //# sourceMappingURL=kind.d.ts.map