import { Subscribable } from '../core/types.h'; export declare const toArray: (stream: Subscribable) => Promise;