// Type definitions for gulp-batch 1.0 // Project: https://github.com/floatdrop/gulp-batch // Definitions by: Alvaro Menezes , Vinicius Salomao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function batch(opts?: any, cb?: any, errorHandler?: any): (event: any) => void; declare namespace batch { } export = batch;