export declare const HTTP_ERROR_NAME: "http.error_name"; export declare const HTTP_ERROR_MESSAGE: "http.error_message"; export declare const HTTP_STATUS_TEXT: "http.status_text"; export declare const ATTR_USER_AGENT_SYNTHETIC_TYPE: "user_agent.synthetic.type"; /** * Enum value "bot" for attribute {@link ATTR_USER_AGENT_SYNTHETIC_TYPE}. */ export declare const USER_AGENT_SYNTHETIC_TYPE_VALUE_BOT: "bot"; /** * Enum value "test" for attribute {@link ATTR_USER_AGENT_SYNTHETIC_TYPE}. */ export declare const USER_AGENT_SYNTHETIC_TYPE_VALUE_TEST: "test"; //# sourceMappingURL=semconv.d.ts.map