/** * A stream that transforms read {@link vinyl~File}s and pushes them to atvise server. */ export default class PushStream { /** * Creates a new PushSteam based on a source file stream. * @param {Stream} srcStream The file stream to read from. */ constructor(srcStream: any); }