import * as z from "zod/v3"; export type GetRoomInfoGlobals = { appId?: string | undefined; }; export type GetRoomInfoRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type GetRoomInfoRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const GetRoomInfoRequest$outboundSchema: z.ZodType; export declare function getRoomInfoRequestToJSON(getRoomInfoRequest: GetRoomInfoRequest): string; //# sourceMappingURL=getroominfo.d.ts.map