import Letta from "@letta-ai/letta-client"; import type { LettaCodeCloudClientOptions } from "./types.js"; export declare function getCloudApiKey(options: LettaCodeCloudClientOptions): string | undefined; export declare function normalizeCloudApiBaseUrl(url: string | undefined): string; /** Build the canonical Letta API client shared by one Agent SDK client. */ export declare function createCloudClient(options: LettaCodeCloudClientOptions): Letta; //# sourceMappingURL=cloud-client.d.ts.map