/** * Provides shared objects useful for interacting with the catalog and its * entities, such as catalog permissions. * * @packageDocumentation */ export * from './search'; export * from './ingestion'; export type { LocationSpec } from './common';