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