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