import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateRoomDeprecatedGlobals = { appId?: string | undefined; }; export type CreateRoomDeprecatedRequest = { appId?: string | undefined; roomId?: string | undefined; createRoomParams: components.CreateRoomParams; }; /** @internal */ export type CreateRoomDeprecatedRequest$Outbound = { appId?: string | undefined; roomId?: string | undefined; CreateRoomParams: components.CreateRoomParams$Outbound; }; /** @internal */ export declare const CreateRoomDeprecatedRequest$outboundSchema: z.ZodType; export declare function createRoomDeprecatedRequestToJSON(createRoomDeprecatedRequest: CreateRoomDeprecatedRequest): string; //# sourceMappingURL=createroomdeprecated.d.ts.map