import type { Request, Warnings } from "../parse.js"; export declare const supportedArgs: Set; export declare function _toLua(requests: Request[], warnings?: Warnings): string; export declare function toLuaWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings]; export declare function toLua(curlCommand: string | string[]): string;