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