import * as z from "zod/v4-mini"; export type GetEventRequest = { /** * Event ID */ id: string; }; /** @internal */ export type GetEventRequest$Outbound = { id: string; }; /** @internal */ export declare const GetEventRequest$outboundSchema: z.ZodMiniType; export declare function getEventRequestToJSON(getEventRequest: GetEventRequest): string; //# sourceMappingURL=get-event-op.d.ts.map