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