import type { ThirdwebClient } from "../../client/client.js"; import type { UploadMobileOptions } from "../uploadMobile.js"; import type { UploadFile } from "./types.js"; export declare function uploadBatchMobile(client: ThirdwebClient, data: UploadFile[], options?: UploadMobileOptions): Promise; //# sourceMappingURL=mobile.d.ts.map