import * as z from "zod/v3"; export type DestroyRoomDeprecatedGlobals = { appId?: string | undefined; }; export type DestroyRoomDeprecatedRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type DestroyRoomDeprecatedRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const DestroyRoomDeprecatedRequest$outboundSchema: z.ZodType; export declare function destroyRoomDeprecatedRequestToJSON(destroyRoomDeprecatedRequest: DestroyRoomDeprecatedRequest): string; //# sourceMappingURL=destroyroomdeprecated.d.ts.map