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