/** * Create a release draft on GitHub. * The created draft will be deleted when the command finishes. */ export declare function previewRelease(): Promise;