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