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