/** * Convert array of items into array of batched item arrays */ export declare function batchItems(items: T[], opts: { batchSize: number; maxBatches?: number; }): T[][]; //# sourceMappingURL=batch.d.ts.map