import { D as DataCatalogVersion, a as DatasetMetadata } from './types-CnePu8im.js'; export { b as DatasetChanges, c as DatasetVerification } from './types-CnePu8im.js'; declare function getDataCatalog(): readonly DatasetMetadata[]; declare function getDatasetMetadata(id: string): DatasetMetadata | undefined; declare const DATA_CATALOG_VERSION: DataCatalogVersion; interface DatasetRegistryEntry { id: string; metadata: DatasetMetadata; } declare const DATASET_REGISTRY: readonly DatasetRegistryEntry[]; export { DATASET_REGISTRY, DATA_CATALOG_VERSION, DataCatalogVersion, DatasetMetadata, getDataCatalog, getDatasetMetadata };