/**
 * Ink uses wrap-ansi with trim: false, which preserves the space at word
 * boundaries as leading whitespace on continuation lines. This function
 * wraps each original line individually and trims only the artifact spaces
 * from continuation lines, preserving intentional indentation.
 */
export declare function wrapWithTrimmedContinuations(text: string, width: number): string;
//# sourceMappingURL=text-wrapping.d.ts.map