import FormData from "form-data"; import { TestRunMultipartDto, TestRunBufferDto } from "../types"; export declare const multipartDtoToFormData: (dto: TestRunMultipartDto) => FormData; export declare const bufferDtoToFormData: (dto: TestRunBufferDto) => FormData;