import { OperatorFunction } from '../interfaces'; export declare function combineAll(project?: (...values: Array) => R): OperatorFunction;