import { OperatorFunction } from '../types'; export declare function toArray<T>(): OperatorFunction<T, T[]>;