BatchConfig: Partial<{
    concurrency: number;
    end: onEndCallback;
    progress: onProgressCallback;
}>