export declare function stripAnsi(str: string): string; export declare function wrap(str: string, width: number): string;