import type { Cell } from "./screen.js"; export declare function ansiToCells(text: string): Cell[];