import { Word } from "../shell/Word.js"; import type { Request, Warnings } from "../parse.js"; export declare const supportedArgs: Set; export declare function repr(w: Word, importLines: Set): string; export declare function _toClojure(requests: Request[], warnings?: Warnings): string; export declare function toClojureWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings]; export declare function toClojure(curlCommand: string | string[]): string;