/** Format one POSIX shell argument for user-facing copy/paste commands. */ export declare function shellQuoteArg(value: string): string;