import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const RoomReadyStatus: { readonly Active: "active"; readonly Starting: "starting"; }; export type RoomReadyStatus = OpenEnum; /** @internal */ export declare const RoomReadyStatus$inboundSchema: z.ZodType; //# sourceMappingURL=roomreadystatus.d.ts.map