import { type Attributes } from "@opentelemetry/api";
/**
 * Versions of the dependencies of Node.js itself
 */
export declare const VERSIONS: Attributes;
/**
 * Versions of the dependencies available to the Node.js process
 */
export declare function modules(): Promise<Attributes>;
//# sourceMappingURL=metadata.d.ts.map