import type { UploaderCreateOptions, BatchItem, Batch } from '../types'; declare const createBatch: (files: BatchItem | BatchItem[], uploaderId: string, options: UploaderCreateOptions) => Promise; export default createBatch; //# sourceMappingURL=batch.d.ts.map