/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { Attributes } from '@opentelemetry/api'; import type { Config } from '../config/config.js'; export declare function getCommonAttributes(config: Config): Attributes;