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