import * as z from "zod/v3"; export type GetRoomInfoDeprecatedGlobals = { appId?: string | undefined; }; export type GetRoomInfoDeprecatedRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type GetRoomInfoDeprecatedRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const GetRoomInfoDeprecatedRequest$outboundSchema: z.ZodType; export declare function getRoomInfoDeprecatedRequestToJSON(getRoomInfoDeprecatedRequest: GetRoomInfoDeprecatedRequest): string; //# sourceMappingURL=getroominfodeprecated.d.ts.map