declare const processLinesFromStream: (rawData: string, onData: any) => void;
export default processLinesFromStream;
