import * as z from "zod/v3"; import * as components from "../components/index.js"; export type UpdateAppV1DeprecatedGlobals = { appId?: string | undefined; }; export type UpdateAppV1DeprecatedRequest = { appId?: string | undefined; createAppConfig: components.CreateAppConfig; }; /** @internal */ export type UpdateAppV1DeprecatedRequest$Outbound = { appId?: string | undefined; CreateAppConfig: components.CreateAppConfig$Outbound; }; /** @internal */ export declare const UpdateAppV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function updateAppV1DeprecatedRequestToJSON(updateAppV1DeprecatedRequest: UpdateAppV1DeprecatedRequest): string; //# sourceMappingURL=updateappv1deprecated.d.ts.map