export interface WrapOptions { readonly preserveWords?: boolean; readonly sanitize?: boolean; } export declare function wrapText(value: string, width: number, options?: WrapOptions): string[]; export declare function wrapTextWithAnsi(value: string, width: number, options?: WrapOptions): string[]; //# sourceMappingURL=wrap.d.ts.map