Version: 1.0.01.0.11.0.2
/// <reference types="node"/>
declare function shift(stream: NodeJS.ReadableStream): Buffer | string | null;
export = shift;