/// import { Writable } from 'stream'; export declare class ObjectCollector extends Writable { objects: Array>; constructor(options?: {}); }