{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,qCAAmD;AAA1C,iHAAA,sBAAsB,OAAA;AAC/B,iCAAuD;AAA9C,uGAAA,cAAc,OAAA;AAAE,qGAAA,YAAY,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\nexport { AmqplibInstrumentation } from './amqplib';\nexport { DEFAULT_CONFIG, EndOperation } from './types';\nexport type {\n  AmqplibConsumeCustomAttributeFunction,\n  AmqplibConsumeEndCustomAttributeFunction,\n  AmqplibInstrumentationConfig,\n  AmqplibPublishConfirmCustomAttributeFunction,\n  AmqplibPublishCustomAttributeFunction,\n  AmqplibPublishOptions,\n  CommonMessageFields,\n  ConsumeEndInfo,\n  ConsumeInfo,\n  ConsumeMessage,\n  ConsumeMessageFields,\n  Message,\n  MessageFields,\n  MessageProperties,\n  PublishConfirmedInfo,\n  PublishInfo,\n} from './types';\n"]}