import { Command } from 'commander';
interface ChangelogOptions {
    count: string;
}
export declare function changelogAction(options: ChangelogOptions): Promise<void>;
export declare function registerChangelogCommand(program: Command): void;
export {};
//# sourceMappingURL=changelog.d.ts.map