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