export interface Options { trim?: boolean; wordWrap?: boolean; hard?: boolean; } export declare function wrapAnsi(string: string, columns: number, options?: Options): string;