import * as z from "zod/v3"; export type GetLobbyInfoByShortCodeGlobals = { appId?: string | undefined; }; export type GetLobbyInfoByShortCodeRequest = { appId?: string | undefined; shortCode: string; }; /** @internal */ export type GetLobbyInfoByShortCodeRequest$Outbound = { appId?: string | undefined; shortCode: string; }; /** @internal */ export declare const GetLobbyInfoByShortCodeRequest$outboundSchema: z.ZodType; export declare function getLobbyInfoByShortCodeRequestToJSON(getLobbyInfoByShortCodeRequest: GetLobbyInfoByShortCodeRequest): string; //# sourceMappingURL=getlobbyinfobyshortcode.d.ts.map