import { TransformOptions, WritableTyped } from '../stream.model'; /** * Will push all results to `arr`, will emit nothing in the end. */ export declare function writablePushToArray(arr: IN[], opt?: TransformOptions): WritableTyped;