import type { AgentMemoryEntry, SerializedCookie } from "./types.js"; export declare function executeAgentMemoryRequest(options: { cookies: SerializedCookie[]; entry: AgentMemoryEntry; fetchImpl?: typeof fetch; projectOrigin: string; }): Promise; //# sourceMappingURL=agent-request.d.ts.map