import type { FileChangeInfo, ProjectTreeDirectory } from "../types/index.js"; export interface ChangeTreeFormatOptions { readonly maxInlineEntries?: number; } export declare function formatChangeTree(root: ProjectTreeDirectory, changeMap: ReadonlyMap, options?: ChangeTreeFormatOptions): readonly string[]; //# sourceMappingURL=change-tree.d.ts.map