/**
 * This file was auto-generated by Fern from our API Definition.
 */
export declare const TrophyApiEnvironment: {
    readonly Default: "https://app.trophy.so/api";
};
export declare type TrophyApiEnvironment = typeof TrophyApiEnvironment.Default;
