/** * Provides efficient incremental ingestion of entities into the catalog. * * @packageDocumentation */ export * from './service'; export { type EntityIteratorResult, type IncrementalEntityEventResult, type IncrementalEntityProvider, type IncrementalEntityProviderOptions, type PluginEnvironment, } from './types';