import { ResolverType } from '../types-internal'; import { AnyMapper } from '../types-internal'; import { AnyIterable } from 'augmentative-iterable'; import { Ingredient, PartitionIngredient } from './ingredients'; export declare function orderedOperationRecipe(map: Ingredient, resolver: ResolverType, partition: PartitionIngredient): (this: AnyIterable, baseMapper: AnyMapper) => AnyIterable>;