import { type Static } from "@sinclair/typebox"; import type { MemoryService } from "../memory-service.js"; import type { ToolDefinition } from "./types.js"; export declare const LearnGitParams: import("@sinclair/typebox").TObject<{ days: import("@sinclair/typebox").TOptional; repos: import("@sinclair/typebox").TOptional>; }>; export type LearnGitInput = Static; export declare function createLearnGitTool(service: MemoryService): ToolDefinition; //# sourceMappingURL=learn-git.d.ts.map