import * as z from "zod/v4-mini"; import * as models from "../index.js"; export type PatchApiSandboxEnvironmentsByNameRequest = { name: string; allowProviderKey?: models.Schemadefaul6 | undefined; /** * Set or unset individual entries. Creates the Environment when absent. */ body: models.VarsSecrets; }; /** @internal */ export type PatchApiSandboxEnvironmentsByNameRequest$Outbound = { name: string; allowProviderKey: string; body: models.VarsSecrets$Outbound; }; /** @internal */ export declare const PatchApiSandboxEnvironmentsByNameRequest$outboundSchema: z.ZodMiniType; export declare function patchApiSandboxEnvironmentsByNameRequestToJSON(patchApiSandboxEnvironmentsByNameRequest: PatchApiSandboxEnvironmentsByNameRequest): string; //# sourceMappingURL=patch-api-sandbox-environments-by-name.d.ts.map