type WrapAnsiOptions = { hard?: boolean; wordWrap?: boolean; trim?: boolean; }; declare const wrapAnsi: (input: string, columns: number, options?: WrapAnsiOptions) => string; export { wrapAnsi }; //# sourceMappingURL=wrapAnsi.d.ts.map