/// <reference types="node" />
import * as stream from "stream";
export declare class FromJSONTransform extends stream.Transform {
    constructor();
    _transform(chunk: any, encoding: string, callback: (error?: Error, data?: any) => void): void;
}
