import { ChangelogPresetConfig } from "./constants";
export declare function getChangelogConfig(changelogPreset: ChangelogPresetConfig | undefined, rootPath: string): Promise<any>;
