/** * This file was auto-generated by Fern from our API Definition. */ export declare const SarvamAIEnvironment: { readonly Production: "https://api.sarvam.ai"; }; export type SarvamAIEnvironment = typeof SarvamAIEnvironment.Production;