interface Options { futureRelease?: string; } declare const changelog: ({ futureRelease }?: Options) => Promise; export default changelog;