export interface ChangelogConfig { preset?: string; infile?: string; outfile?: string; releaseCount?: number; sameFile?: boolean; tagPrefix?: string; path?: string; } export declare class ChangelogManager { private config; constructor(config?: any); generate(from?: string, to?: string): Promise; getChangelogPath(): string; private updateExistingChangelog; getLatestRelease(): Promise; } //# sourceMappingURL=changelog.d.ts.map