import { type Cell } from "./cell"; export interface TerminalElement { readonly data: Array>; readonly width: number; readonly height: number; }