import type { AsciiGrid, OverflowMode, TextAlign } from '../types.js'; export declare function constrainAndAlign(grid: AsciiGrid, width: number | undefined, maxWidth: number | undefined, align: TextAlign, overflow: OverflowMode): AsciiGrid;