export declare const OBS_TAG_REMOTE = "remote"; export declare const OBS_TAG_FEATURE_GROUP = "feature-group"; export declare const OBS_TAG_ORG_ID = "organization-id"; export declare const OBS_TAG_ORG_NAME = "organization-name"; export declare const OBS_TAG_USER_EMAIL = "user-email"; export declare const OBS_TAG_USER_TYPE = "user-type"; export declare const OBS_TAG_BILLING_PLAN = "billing-plan"; export declare const OBS_TAG_RESOURCE_TYPE = "resource-type"; export declare const OBS_TAG_RESOURCE_ID = "resource-id"; export declare const OBS_TAG_RESOURCE_NAME = "resource-name"; export declare const OBS_TAG_RESOURCE_ACTION = "resource-action"; export declare const OBS_TAG_PARENT_ID = "parent-id"; export declare const OBS_TAG_PARENT_NAME = "parent-name"; export declare const OBS_TAG_PARENT_TYPE = "parent-type"; export declare const OBS_TAG_PLUGIN_NAME = "plugin-name"; export declare const OBS_TAG_INTEGRATION_ID = "integration-id"; export declare const OBS_TAG_ENTITY_TYPE = "entity-type"; export declare const OBS_TAG_ENTITY_ID = "entity-id"; export declare const OBS_TAG_ENTITY_NAME = "entity-name"; export declare const OBS_TAG_API_ID = "api-id"; export declare const OBS_TAG_WIDGET_TYPE = "widget-type"; export declare const OBS_TAG_PROFILE_ID = "profile-id"; export declare const OBS_TAG_PROFILE = "profile"; export declare const OBS_TAG_ENV = "environment"; export declare const OBS_TAG_CORRELATION_ID = "correlation-id"; export declare const OBS_TAG_CONTROLLER_ID = "controller-id"; export declare const OBS_TAG_WORKER_ID = "worker-id"; export declare const OBS_TAG_AGENT_ID = "agent-id"; export declare const OBS_TAG_AGENT_VERSION = "agent-version"; export declare const OBS_TAG_AGENT_VERSION_EXTERNAL = "agent-version-external"; export declare const OBS_TAG_AGENT_URL = "agent-url"; export declare const OBS_TAG_ERROR = "error"; export declare const OBS_TAG_ERROR_TYPE = "error-type"; export declare const OBS_TAG_ERROR_STACK = "error-stack"; export declare const OBS_TAG_ERROR_PRIORITY = "error-priority"; export declare const OBS_TAG_VIEW_MODE = "view-mode"; export declare const OBS_TAG_CACHE_REGION = "cache-region"; export declare const OBS_TAG_RESPONSE_SIZE = "response-size"; export declare const OBS_TAG_DURATION = "duration"; export declare const OBS_TAG_HTTP_SCHEME = "http.scheme"; export declare const OBS_TAG_HTTP_USER_AGENT = "http.user_agent"; export declare const OBS_TAG_HTTP_REQUEST_CONTENT_LENGTH = "http.request_content_length"; export declare const OBS_TAG_HTTP_METHOD = "http.method"; export declare const OBS_TAG_HTTP_FLAVOR = "http.flavor"; export declare const OBS_TAG_HTTP_URL = "http.url"; export declare const OBS_TAG_HTTP_ROUTE = "http.route"; export declare const OBS_TAG_HTTP_STATUS_CODE = "http.status_code"; export declare const OBS_TAG_NET_PEER_IP = "net.peer.ip"; export declare const OBS_TAG_HTTP_HOST = "http.host"; export declare const OBS_TAG_SUPERBLOCKS_ENV = "superblocks.environment"; export declare const OBS_TAG_SUPERBLOCKS_REGION = "superblocks.region"; export declare const OBS_TAG_SUPERBLOCKS_ORIGIN = "superblocks.origin"; export declare const OBS_TAG_APPLICATION_ID = "application-id"; export declare const OBS_TAG_BRANCH = "branch"; export declare const OBS_TAG_COMMIT_ID = "commit-id"; export declare const OBS_SOCKET_STATUS_CODE = "socket.status-code"; export declare const OBS_TAG_DD_ERROR_MESSAGE = "error.message"; export declare const OBS_TAG_DD_ERROR_TYPE = "error.type"; export declare const OBS_TAG_DD_ERROR_STACK = "error.stack"; export declare const toMetricLabels: (tags: string[] | Record) => string[] | Record; //# sourceMappingURL=index.d.ts.map