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