import * as z from "zod/v3"; export type GetActiveRoomsForProcessGlobals = { appId?: string | undefined; }; export type GetActiveRoomsForProcessRequest = { appId?: string | undefined; processId: string; }; /** @internal */ export type GetActiveRoomsForProcessRequest$Outbound = { appId?: string | undefined; processId: string; }; /** @internal */ export declare const GetActiveRoomsForProcessRequest$outboundSchema: z.ZodType; export declare function getActiveRoomsForProcessRequestToJSON(getActiveRoomsForProcessRequest: GetActiveRoomsForProcessRequest): string; //# sourceMappingURL=getactiveroomsforprocess.d.ts.map