/// <reference types="node" />
import stream from 'stream';
import PluginError from 'plugin-error';
export default class GulpUtils {
    static through(each: (file: any, enc: any, cb: any) => void): stream.Transform;
    static error(e: Error): PluginError;
    static handleStreamError(): stream.Transform;
}
