/** * This file was auto-generated by Fern from our API Definition. */ export type EnvironmentEnum = "DEVELOPMENT" | "STAGING" | "PRODUCTION"; export declare const EnvironmentEnum: { readonly Development: "DEVELOPMENT"; readonly Staging: "STAGING"; readonly Production: "PRODUCTION"; };