/** * forgen changelog — auto-summarize changes since last release tag. * * Reads git log between the latest vX.Y.Z tag and HEAD, groups by * conventional commit type, and outputs a ready-to-paste changelog. */ export declare function handleChangelog(): Promise;