/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { GuestAuthenticationEnum } from "./GuestAuthenticationEnum"; export declare const EnvironmentConfigUpdate: core.serialization.ObjectSchema; export declare namespace EnvironmentConfigUpdate { interface Raw { name?: string | null; isProd?: boolean | null; guestAuthentication?: GuestAuthenticationEnum.Raw[] | null; metadata?: Record | null; translationsPath?: string | null; namespaces?: string[] | null; languageOverride?: string | null; } }