import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; /** * Variable type (plain or secret) */ export declare const EnvironmentVariableType: { readonly Plain: "plain"; readonly Secret: "secret"; }; /** * Variable type (plain or secret) */ export type EnvironmentVariableType = ClosedEnum; /** @internal */ export declare const EnvironmentVariableType$inboundSchema: z.ZodEnum; /** @internal */ export declare const EnvironmentVariableType$outboundSchema: z.ZodEnum; //# sourceMappingURL=environmentvariabletype.d.ts.map