/**
 * Makes the terminal cursor visible.
 *
 * @returns {void}
 */
export declare function showCursor(): void;
