import { OperatorFunction, ObservableInput } from '../types'; export declare function mergeAll(concurrent?: number): OperatorFunction, T>;