/** * Get the release note body. * * @param tag - The tag of the release. * @returns The release note body. */ export declare function getReleaseNoteBody(tag: string): Promise;