/// <reference types="node" />
export declare function jsonStreamToObject(stream: NodeJS.ReadWriteStream): Promise<Record<string, any>>;
