import { BatchProcessor } from '../types'; export declare function makeBatchProcessor(send: (b: Buffer) => Promise, maxBatchSizeBytes: number, maxQuerySizeBytes: number): BatchProcessor;