/** * https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md */ export declare enum AttributeNames { HTTP_STATUS_TEXT = "http.status_text" }