import type { Request, Warnings } from "../parse.js";
export declare const supportedArgs: Set<string>;
export declare function _toGo(requests: Request[], warnings?: Warnings): string;
export declare function toGoWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings];
export declare function toGo(curlCommand: string | string[]): string;
