import type { LocalHistoryDagModel } from "./local-history-dag-model.js"; export declare function renderLocalHistoryDag(model: LocalHistoryDagModel): string; //# sourceMappingURL=local-history-dag-render.d.ts.map