export declare enum AttributeNames {
    TYPE = "hyper-express.type",
    NAME = "hyper-express.name",
    METHOD = "hyper-express.method",
    VERSION = "hyper-express.version"
}
export declare enum SpanTags {
    COMPONENT = "component",
    RESOURCE = "resource.name",
    KIND = "span.kind"
}
export declare enum SpanName {
    REQUEST = "hyper-express.request",
    MIDDLEWARE = "hyper-express.middleware"
}
export declare enum SpanKind {
    SERVER = "server",
    CLIENT = "client",
    PRODUCER = "producer",
    CONSUMER = "consumer",
    INTERNAL = "internal"
}
export declare const LIBRARY_NAME = "hyper-express";
//# sourceMappingURL=AttributeNames.d.ts.map