import * as z from "zod/v3"; export type GetActiveRoomsForProcessDeprecatedGlobals = { appId?: string | undefined; }; export type GetActiveRoomsForProcessDeprecatedRequest = { appId?: string | undefined; processId: string; }; /** @internal */ export type GetActiveRoomsForProcessDeprecatedRequest$Outbound = { appId?: string | undefined; processId: string; }; /** @internal */ export declare const GetActiveRoomsForProcessDeprecatedRequest$outboundSchema: z.ZodType; export declare function getActiveRoomsForProcessDeprecatedRequestToJSON(getActiveRoomsForProcessDeprecatedRequest: GetActiveRoomsForProcessDeprecatedRequest): string; //# sourceMappingURL=getactiveroomsforprocessdeprecated.d.ts.map