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