{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,uCAAgD;AAAvC,8GAAA,kBAAkB,OAAA;AAC3B,yEAA+E;AAAtE,6IAAA,gCAAgC,OAAA;AAEzC,mEAKkC;AAJhC,uIAAA,6BAA6B,OAAA;AAC7B,kIAAA,wBAAwB,OAAA;AACxB,sIAAA,4BAA4B,OAAA;AAC5B,gIAAA,sBAAsB,OAAA","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"]}