import * as z from "zod/v3"; export type GetLobbyInfoByRoomIdGlobals = { appId?: string | undefined; }; export type GetLobbyInfoByRoomIdRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type GetLobbyInfoByRoomIdRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const GetLobbyInfoByRoomIdRequest$outboundSchema: z.ZodType; export declare function getLobbyInfoByRoomIdRequestToJSON(getLobbyInfoByRoomIdRequest: GetLobbyInfoByRoomIdRequest): string; //# sourceMappingURL=getlobbyinfobyroomid.d.ts.map