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