import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreatePublicLobbyDeprecatedGlobals = { appId?: string | undefined; }; export type CreatePublicLobbyDeprecatedSecurity = { playerAuth: string; }; export type CreatePublicLobbyDeprecatedRequest = { appId?: string | undefined; region?: components.Region | undefined; local?: boolean | undefined; }; /** @internal */ export type CreatePublicLobbyDeprecatedSecurity$Outbound = { playerAuth: string; }; /** @internal */ export declare const CreatePublicLobbyDeprecatedSecurity$outboundSchema: z.ZodType; export declare function createPublicLobbyDeprecatedSecurityToJSON(createPublicLobbyDeprecatedSecurity: CreatePublicLobbyDeprecatedSecurity): string; /** @internal */ export type CreatePublicLobbyDeprecatedRequest$Outbound = { appId?: string | undefined; region?: string | undefined; local: boolean; }; /** @internal */ export declare const CreatePublicLobbyDeprecatedRequest$outboundSchema: z.ZodType; export declare function createPublicLobbyDeprecatedRequestToJSON(createPublicLobbyDeprecatedRequest: CreatePublicLobbyDeprecatedRequest): string; //# sourceMappingURL=createpubliclobbydeprecated.d.ts.map