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