/**
 * This file was auto-generated by Fern from our API Definition.
 */
export declare const VoyageAIEnvironment: {
    readonly Default: "https://api.voyageai.com/v1";
};
export declare type VoyageAIEnvironment = typeof VoyageAIEnvironment.Default;
