export declare const SHELL_QUOTED_COMMANDS: ReadonlySet; export declare function quotesOperands(cmdName: string): boolean; export declare function needsShellQuote(name: string): boolean; export declare function shellQuoteAlways(name: string): string; export declare function shellQuote(name: string): string; export declare function singleQuote(text: string): string; //# sourceMappingURL=quote.d.ts.map