export { clampLine, clampLines, isParentBorder, formatKey } from "./text.js"; export { stripAnsi, stripSgr, tabs, fit, ansiState, lnum, rule, shortPath, summarize, gray, rgb, extractRgb, lerp } from "./ansi.js"; export type { RGB, HSL } from "./color.js";