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