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