export declare const VoyageAIEnvironment: { readonly Default: "https://api.voyageai.com/v1"; }; export type VoyageAIEnvironment = typeof VoyageAIEnvironment.Default;