export interface SarvamAIEnvironmentUrls { base: string; creative: string; production: string; } export declare const SarvamAIEnvironment: { readonly Production: { readonly base: "https://api.sarvam.ai"; readonly creative: "https://api.sarvam.ai/dubbing"; readonly production: "wss://api.sarvam.ai"; }; }; export type SarvamAIEnvironment = typeof SarvamAIEnvironment.Production;