// Core DB exports export type { Collection, BasicDB, DBMode, RemoteDBConfig } from './types' export type { AuthError } from './types' export { RemoteDBError } from './types' export { RemoteDB } from './RemoteDB' export { RemoteCollection, NotAuthenticatedError } from './RemoteCollection'