import type { TextWrap } from './color-types.js'; export default function wrapText(text: string, maxWidth: number, wrapType: TextWrap | undefined): string; //# sourceMappingURL=wrap-text.d.ts.map