import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const ConflictsParams: import("@sinclair/typebox").TObject<{ status: import("@sinclair/typebox").TOptional, import("@sinclair/typebox").TLiteral<"resolved">, import("@sinclair/typebox").TLiteral<"all">]>>; }>; export type ConflictsInput = Static; export declare function createConflictsTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=conflicts.d.ts.map