/** * Converts an object payload into `FormData`. * * Supports single files, file arrays, primitive values, dates, and nested * objects. Arrays are appended as repeated fields with the same key. * * @throws {Error} when `FormData` is unavailable in the current runtime. */ export declare function toFormData(payload: T): FormData; //# sourceMappingURL=toFormData.d.ts.map