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