export declare function readChangelog(version: string): Promise<{ found: boolean; content: string; path: string; }>; export declare function appendChangelogSection(version: string, body: string): Promise;