export interface ShellInvocation { executable: string; args: string[]; } export declare function unquote(value: string): string; export declare function shellInvocations(command: string): ShellInvocation[]; export declare function includesAction(args: readonly string[], actions: ReadonlySet): boolean; export declare function nonOptionArguments(words: readonly string[]): string[]; //# sourceMappingURL=shell-command.d.ts.map