/** * This file was auto-generated by Fern from our API Definition. */ export declare const FernAIEnvironment: { readonly Production: "https://fai.buildwithfern.com"; readonly Development: "https://fai-dev.buildwithfern.com"; readonly Local: "http://localhost:8080"; }; export type FernAIEnvironment = typeof FernAIEnvironment.Production | typeof FernAIEnvironment.Development | typeof FernAIEnvironment.Local;