/** * This file was auto-generated by Fern from our API Definition. */ export declare const LettaEnvironment: { readonly LettaCloud: "https://api.letta.com"; readonly SelfHosted: "http://localhost:8283"; }; export type LettaEnvironment = typeof LettaEnvironment.LettaCloud | typeof LettaEnvironment.SelfHosted;