export { getGitBlameBlock } from "./blame.js"; export { getGitDiffBlock } from "./diff.js"; export { type CommitDiffBlock, type CommitInfo, getCommitDiffBlocks, getGitHistoryBlock, } from "./history.js"; export { detectDiffRange, execGitCommand, getCommitSnippetForLine, getWorkspaceSnippet, } from "./utils.js"; //# sourceMappingURL=index.d.ts.map