declare function stripAnsi(str: string): string;

export = stripAnsi;
