import type { CommandPipeline } from '../types'; export declare class CommandParser { parse(input: string): CommandPipeline; private tokenize; private buildPipeline; static parseGlob(pattern: string, files: string[]): string[]; static expandGlobs(args: string[], files: string[]): string[]; } //# sourceMappingURL=CommandParser.d.ts.map