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