export { stripAnsi };
declare function stripAnsi(string: string): string;
