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'; export { getBrowserRecommendedPreset } from './presets.js'; export type { BrowserPresetOptions, HNSWPreset } from './presets.js'; //# sourceMappingURL=browser.d.ts.map