import type { ObservationRepository } from "../db/observations"; import type { SessionRepository } from "../db/sessions"; import type { ToolDefinition } from "../types"; /** Create the mem-update tool for modifying existing observations. */ export declare function createUpdateTool(observations: ObservationRepository, sessions: SessionRepository, projectPath: string): ToolDefinition; //# sourceMappingURL=update.d.ts.map