import * as z from "zod/v4"; export type GetChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequest = { eventId: string; }; /** @internal */ export type GetChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequest$Outbound = { event_id: string; }; /** @internal */ export declare const GetChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequest$outboundSchema: z.ZodType; export declare function getChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequestToJSON(getChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequest: GetChatCompletionEventV1ObservabilityChatCompletionEventsEventIdGetRequest): string; //# sourceMappingURL=getchatcompletioneventv1observabilitychatcompletioneventseventidget.d.ts.map