import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const ForgetParams: import("@sinclair/typebox").TObject<{ id: import("@sinclair/typebox").TString; }>; export type ForgetInput = Static; export declare function createForgetTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=forget.d.ts.map