import { z } from "zod"; export declare const isLeaveMucEvent: z.ZodObject<{ url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>; /** * A message sent from the iFrame to the game to change the camera position. */ export type LeaveMucEvent = z.infer;