/** * Changelog subcommand - Machine-readable changelog management * * Provides emit, query, aggregate, and read-run operations via ChangelogManager SDK. */ import { Command } from 'commander'; /** * Create the changelog command tree */ export declare function createChangelogCommand(): Command; //# sourceMappingURL=index.d.ts.map