import * as z from "zod/v3"; export type GetInactiveRoomsForProcessGlobals = { appId?: string | undefined; }; export type GetInactiveRoomsForProcessRequest = { appId?: string | undefined; processId: string; }; /** @internal */ export type GetInactiveRoomsForProcessRequest$Outbound = { appId?: string | undefined; processId: string; }; /** @internal */ export declare const GetInactiveRoomsForProcessRequest$outboundSchema: z.ZodType; export declare function getInactiveRoomsForProcessRequestToJSON(getInactiveRoomsForProcessRequest: GetInactiveRoomsForProcessRequest): string; //# sourceMappingURL=getinactiveroomsforprocess.d.ts.map