import { LettaAgentClientBase } from "./client-base.js"; import type { ManagementTransport } from "./management.js"; import type { CreateAgentOptions, LettaCodeClientSessionOptions, LettaCodeSession } from "./types.js"; export declare class LettaAgentClient extends LettaAgentClientBase { protected createLocalManagementTransport(): ManagementTransport; protected createLocalAgent(options: CreateAgentOptions): Promise; protected createLocalSession(agentId: string, options: LettaCodeClientSessionOptions): LettaCodeSession; protected resumeLocalSession(id: string, options: LettaCodeClientSessionOptions): LettaCodeSession; } //# sourceMappingURL=client.d.ts.map