/**
 * Clears terminal screen and moves cursor to top-left corner.
 *
 * @returns {void}
 */
export declare function clearScreen(): void;
