#!/usr/bin/env node interface Options { version: string; date: string; templatePath: string; outPath: string; check: boolean; } export declare function syncReleaseNotes(options: Options, cwd?: string): { changed: boolean; outPath: string; }; export {}; //# sourceMappingURL=sync-release-notes.d.ts.map