import { OperatorFunction } from "rxjs"; export declare function spread(...operations: OperatorFunction[]): OperatorFunction;