import type { TerminalState } from "./messages.js"; export declare function renderTerminalSnapshotToAnsi(state: TerminalState): string; //# sourceMappingURL=terminal-snapshot.d.ts.map