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