import { Hunk } from "../types.js";

//#region src/utils/getTotalLineCountFromHunks.d.ts
declare function getTotalLineCountFromHunks(hunks: Hunk[]): number;
//#endregion
export { getTotalLineCountFromHunks };
//# sourceMappingURL=getTotalLineCountFromHunks.d.ts.map