/** * Single-quote `value` for safe shell embedding. Embedded single quotes * are closed, escaped, and reopened — `'foo'\''bar'` is "foo'bar" in * shell. */ export declare function shellSingleQuote(value: string): string; //# sourceMappingURL=shell.d.ts.map