export declare enum AttributeNames { COMPONENT = "component", DB_TYPE = "db.type", DB_INSTANCE = "db.instance", DB_STATEMENT = "db.statement", PEER_ADDRESS = "peer.address", PEER_HOSTNAME = "peer.host", DB_USER = "db.user", PEER_PORT = "peer.port", PEER_IPV4 = "peer.ipv4", PEER_IPV6 = "peer.ipv6", PEER_SERVICE = "peer.service", PG_VALUES = "pg.values", PG_PLAN = "pg.plan" }