/**
 * Creates an announcement based on data available in Git and GitHub:
 *
 * - Git: latest commits and tags
 * - GitHub: PRs
 */
export declare function run(...args: any[]): Promise<boolean>;
export declare function createReleaseAnnouncement(mode: string): Promise<string>;
