import { BatchItem } from './types'; declare const createBatchItem: (f: BatchItem, batchId: string, isPending?: boolean) => BatchItem; export default createBatchItem; //# sourceMappingURL=batch-Item.d.ts.map