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