import * as z from "zod/v3"; import * as components from "../components/index.js"; export type GetStoppedProcessesGlobals = { appId?: string | undefined; }; export type GetStoppedProcessesRequest = { appId?: string | undefined; region?: components.Region | undefined; }; /** @internal */ export type GetStoppedProcessesRequest$Outbound = { appId?: string | undefined; region?: string | undefined; }; /** @internal */ export declare const GetStoppedProcessesRequest$outboundSchema: z.ZodType; export declare function getStoppedProcessesRequestToJSON(getStoppedProcessesRequest: GetStoppedProcessesRequest): string; //# sourceMappingURL=getstoppedprocesses.d.ts.map