/** * Changelog CLI Command * * Shows what changed in the current or latest version. * If behind, shows the diff. If current, shows this release's changes. */ import type { Command } from 'commander'; export declare function registerChangelogCommand(program: Command): void; //# sourceMappingURL=changelog.d.ts.map