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