/**
 * https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/http.md
 */
interface AttributesType {
    GRPC_ERROR_NAME: string;
    GRPC_ERROR_MESSAGE: string;
}
export declare const AttributeNames: Readonly<AttributesType>;
export {};
//# sourceMappingURL=AttributeNames.d.ts.map