export declare class BashCommandParser { isDefinitelySafeCommand(command: string): boolean; needsComprehensiveParsing(command: string): boolean; extractPathsLightweight(command: string, projectRoot: string): Promise; private isGitRevisionSyntax; extractPathsComprehensive(command: string, projectRoot: string): Promise; private tokenize; isEchoOnlyCommand(command: string): boolean; } //# sourceMappingURL=bash-command-parser.d.ts.map