import { BatchOptions, BatchResult } from './types';
export declare function processBatch(options: BatchOptions): Promise<BatchResult>;
