import * as z from "zod/v4-mini"; import * as models from "../index.js"; export type PutApiSandboxEnvironmentsByNameRequest = { name: string; allowProviderKey?: models.Schemadefaul6 | undefined; /** * Create or replace an Environment. Entries not present are removed. */ body: models.VarsSecrets; }; /** @internal */ export type PutApiSandboxEnvironmentsByNameRequest$Outbound = { name: string; allowProviderKey: string; body: models.VarsSecrets$Outbound; }; /** @internal */ export declare const PutApiSandboxEnvironmentsByNameRequest$outboundSchema: z.ZodMiniType; export declare function putApiSandboxEnvironmentsByNameRequestToJSON(putApiSandboxEnvironmentsByNameRequest: PutApiSandboxEnvironmentsByNameRequest): string; //# sourceMappingURL=put-api-sandbox-environments-by-name.d.ts.map