import type { ThirdwebClient } from "../../client/client.js"; import type { UploadableFile, UploadOptions } from "./types.js"; export declare function uploadBatch(client: ThirdwebClient, form: FormData, fileNames: string[], options?: UploadOptions): Promise; //# sourceMappingURL=web-node.d.ts.map