import * as ZB from '../lib/interfaces-1.0'; import { ZBBatchWorkerConstructorConfig, ZBWorkerBase } from '../lib/ZBWorkerBase'; export declare class ZBBatchWorker extends ZBWorkerBase { private jobBatchMaxTime; private jobBuffer; constructor(config: ZBBatchWorkerConstructorConfig); protected handleJobs(jobs: ZB.Job[]): Promise; }