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