export declare const ansiRegex: ({ onlyFirst }?: { onlyFirst?: boolean | undefined; }) => RegExp; export declare const stripAnsi: (str: any) => any; //# sourceMappingURL=ansi.d.ts.map