/**
 * Module dependencies
 */
import { TChangelogProcessor } from './shared';
/**
 * Remove top-level useless header
 *
 * @see https://github.com/conventional-changelog/conventional-changelog/issues/376
 * @param cwd
 * @param input
 * @returns
 */
export declare const ChangelogProcessor4Beautify: TChangelogProcessor;
//# sourceMappingURL=beautify.d.ts.map