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