import * as z from "zod/v3"; export type GetChatRequest = { /** * The id of the Chat to be retrieved. */ id: string; }; /** @internal */ export type GetChatRequest$Outbound = { id: string; }; /** @internal */ export declare const GetChatRequest$outboundSchema: z.ZodType; export declare function getChatRequestToJSON(getChatRequest: GetChatRequest): string; //# sourceMappingURL=getchatrequest.d.ts.map