import { type CreateAgentRequest } from "@letta-ai/letta-code/agent-presets"; import type { CreateAgentOptions } from "./types.js"; /** Translate SDK convenience options into the canonical Letta Code request. */ export declare function createAgentBody(options: CreateAgentOptions): Promise; //# sourceMappingURL=agent-creation.d.ts.map