import { TextWithStyle } from '../utils/ansi-parser'; import { BaseTerminalDetectionLineMatcher, MatcherType } from './base'; export declare class ShellMatcher extends BaseTerminalDetectionLineMatcher { type: MatcherType; isMultiLine: boolean; /** * shell 脚本 情况 * 1. command not found */ doMatch(styleList: TextWithStyle[]): boolean; } //# sourceMappingURL=shell.d.ts.map