import type { Request, Warnings } from "../../parse.js"; import { type JSImports } from "./javascript.js"; export declare const supportedArgs: Set; export declare function getData(request: Request, isNode: boolean, imports: JSImports): [string, string | null]; export declare function _toNodeKy(requests: Request[], warnings?: Warnings): string; export declare function toNodeKyWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings]; export declare function toNodeKy(curlCommand: string | string[]): string;