import { Terminal } from "../../Terminal"; export function clear(): void { Terminal.clear(); }