/** @noSelfInFile */ declare namespace view { /** * Create a new screen in given screen mode and colorbits, make it active and return it. The number of colors will be 2 raised to the power of `colorbits`. */ export function newscreen(mode: 0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15, colordepth: number): View; } interface View {}