import type { AgentPlugin } from "../runtime/plugin-types.js"; declare const gitContext: (cwd: string) => AgentPlugin; export default gitContext;