export declare const AgoraEnvironment: { readonly Default: "https://api.agora.io/api/conversational-ai-agent"; }; export type AgoraEnvironment = typeof AgoraEnvironment.Default;