import * as z from "zod/v3"; export type SuspendRoomV2DeprecatedGlobals = { appId?: string | undefined; }; export type SuspendRoomV2DeprecatedRequest = { appId?: string | undefined; roomId: string; }; /** @internal */ export type SuspendRoomV2DeprecatedRequest$Outbound = { appId?: string | undefined; roomId: string; }; /** @internal */ export declare const SuspendRoomV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function suspendRoomV2DeprecatedRequestToJSON(suspendRoomV2DeprecatedRequest: SuspendRoomV2DeprecatedRequest): string; //# sourceMappingURL=suspendroomv2deprecated.d.ts.map