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