export declare function splitCommandLine(line: string): { args: string[]; quoteChar: string; }; //# sourceMappingURL=split-command-line.d.ts.map