/**
* Creates a changelog based on data available in Git and GitHub:
*
* - Git: latest commits and tags
* - GitHub: PRs and Issues
*/exportdeclarefunctionrun(...args: any[]): Promise<boolean>;
exportdeclarefunctiongetChangelogText(mode: string, startRef: string): Promise<string>;