import { Word } from "../shell/Word.js"; import type { Request, Warnings } from "../parse.js"; export declare const supportedArgs: Set; export declare function reprStr(s: string, mustQuote?: boolean): string; export declare function repr(w: Word): string; export declare function _toWget(requests: Request[], warnings?: Warnings): string; export declare function toWgetWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings]; export declare function toWget(curlCommand: string | string[]): string;