/** * Generate changelog * @param rootPath */ export declare const changelog: (rootPath: string) => void;