/**
 * Clears the console, hopefully in a cross-platform way.
 */
declare function clearConsole(): void;
export = clearConsole;