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