import { TextWithStyle } from '../utils/ansi-parser'; import { BaseTerminalDetectionLineMatcher, MatcherType } from './base'; export declare class NPMMatcher extends BaseTerminalDetectionLineMatcher { type: MatcherType; isMultiLine: boolean; maxSpaceLine: number; /** * npm 情况 * 1. 红色 ERR 多行 */ doMatch(styleList: TextWithStyle[]): boolean; } //# sourceMappingURL=npm.d.ts.map