/** * FormData utility functions */ import type { FactoryPayloadValue } from "../types"; export declare function toFormData(obj: Record): FormData;