import { t } from "structural"; import edits from "../source/tools/tool-defs/edit.ts"; export type Diff = { edit: t.GetType; file: string; }; export declare function genDiffs(gitDir: string): AsyncGenerator;