export declare function splitAnsi(str: string): string[]; export declare const stripAnsi: (str: string) => string;