import type { Request, Warnings } from "../../parse.js"; export declare const supportedArgs: Set; export declare function getFilesString(request: Request, warnings: Warnings): [string, boolean]; export declare function _toRubyHttparty(requests: Request[], warnings?: Warnings): string; export declare function toRubyHttpartyWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings]; export declare function toRubyHttparty(curlCommand: string | string[]): string;