import type { Request, Warnings } from "../../parse.js";
export declare const supportedArgs: Set<string>;
export declare function _toPhpGuzzle(requests: Request[], warnings?: Warnings): string;
export declare function toPhpGuzzleWarn(curlCommand: string | string[], warnings?: Warnings): [string, Warnings];
export declare function toPhpGuzzle(curlCommand: string | string[]): string;
