import { Transform } from 'stream';

declare function arrayToObject(metadata: any): Transform;

export { arrayToObject };
