{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,gCAAgC,EAAE,MAAM,6BAA6B,CAAC;AAE/E,OAAO,EACL,6BAA6B,EAC7B,wBAAwB,EACxB,4BAA4B,EAC5B,sBAAsB,GACvB,MAAM,0BAA0B,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport { OTLPMetricExporter } from './platform';\nexport { AggregationTemporalityPreference } from './OTLPMetricExporterOptions';\nexport type { OTLPMetricExporterOptions } from './OTLPMetricExporterOptions';\nexport {\n  CumulativeTemporalitySelector,\n  DeltaTemporalitySelector,\n  LowMemoryTemporalitySelector,\n  OTLPMetricExporterBase,\n} from './OTLPMetricExporterBase';\n"]}