import * as z from "zod/v3"; import * as components from "../components/index.js"; export type PatchAppGlobals = { appId?: string | undefined; }; export type PatchAppRequest = { appId?: string | undefined; partialAppConfigWithServiceConfig: components.PartialAppConfigWithServiceConfig; }; /** @internal */ export type PatchAppRequest$Outbound = { appId?: string | undefined; Partial_AppConfigWithServiceConfig_: components.PartialAppConfigWithServiceConfig$Outbound; }; /** @internal */ export declare const PatchAppRequest$outboundSchema: z.ZodType; export declare function patchAppRequestToJSON(patchAppRequest: PatchAppRequest): string; //# sourceMappingURL=patchapp.d.ts.map