import { AsyncApiRealmAPI } from '@redocly/realm-asyncapi-sdk'; import type { Context } from 'hono'; export declare function otelTracesHandler(ctx: Context): Promise; export declare function toActor(userId: string | undefined, sessionId: string): AsyncApiRealmAPI.cloudEvents.CloudEventActor; //# sourceMappingURL=otel.d.ts.map