export declare class JSONStringifyStream extends TransformStream<any, string> {
    constructor();
}
