import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const EnvironmentType: { readonly Development: "development"; readonly Production: "production"; }; export type EnvironmentType = ClosedEnum; /** @internal */ export declare const EnvironmentType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=environment-type.d.ts.map