///
import { BatchedRepeatable } from "./batched-repeatable.class";
export declare class BatchedRepeatableFactory {
private $timeout;
static $inject: string[];
constructor($timeout: ng.ITimeoutService);
create(collection: T[], batchSize?: number): BatchedRepeatable;
private onDispatch(batch);
}