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