/**
 * Quotes the value if the OS is Windows.
 */
export declare function quoteValueOnWindows(arg: string): string;
