export declare const command = "changelog"; export declare const describe = "Generate the changelogs."; export declare const aliases: string[]; export declare const handler: () => Promise;