import * as z from "zod"; /** * Creates a tool that gets git repository status (read-only) * Helps agents understand the current state without making modifications */ export declare const createGitStatusTool: (workspace: string) => import("langchain").DynamicStructuredTool>; includeStaged: z.ZodDefault>; }, z.core.$strip>, { includeDiff?: boolean; includeStaged?: boolean; }, { includeDiff?: boolean | undefined; includeStaged?: boolean | undefined; }, string, "git_status">;