/** * Strip ANSI escape codes from a string * * This code was lifted from https://github.com/chalk/ansi-regex/blob/2b56fb0c7a07108e5b54241e8faec160d393aedb/index.js * @param text */ export declare function stripAnsi(text: string): string; //# sourceMappingURL=strip-ansi.d.ts.map