export { VectorDB, defineCollection, filter, where, errors, VersoError, VectorDBError, DimensionMismatchError, DuplicateRecordError, CollectionNotFoundError, CollectionExistsError, StorageError, QuantizationError, VectorNotFoundError, } from './index.js'; export type { Collection } from './PublicCollection.js'; export type * from './public-api.js'; //# sourceMappingURL=node.d.ts.map